The idea board app displays idea tiles, which can be rated, archived, and sorted. You can create, modify, and delete ideas. A daily motivational quote is displayed in a sticky footer, which can be toggled in and out of view. The background is created with Particles.js to create a fluid environment for free-flowing thought.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Install Node.js to access the package manager
Install dependencies
npm install
Start server
node index.js
nodemon
Start client
npm start
- MongoDB - The database
- Express - The web framework
- React - The front-end framework
- Redux - State management
- Redux-Saga - Side effects management
- Node - Dependency Management
- Particles.js - Background particles animation
- They Said So Quotes API - Daily motivational quote
Inspiration from Hrishi Mittal's Medium article, ✅ Every time you build a to-do list app, a puppy 🐕 dies 😢