"How is your day" is a full-stack web application built with the MERN stack with webpack. You can add your to-do list and write your feelings about the day. The Quote of the day is also shown under dear Diary section.
Live Demo : Click here :)
- Fork the repository and Clone it.
- Add your .env file under server folder
NODE_ENV = 'development';
DB_CONNECTION = 'your mongodb_url';
- Now run the app
# Install dependencies
npm install
# Run the client & server with concurrently
npm run dev
# App runs on http://localhost:3000`
ToDo || Dear Diary
1.0.0