✔️ All todos in just one place. Create, Edit and Delete your todos. Tag them. See how much time left for the todo.✔️ Direct Link to the app
This project is a MERN application. It is created as a post graduation project of HackYourFuture. I used my learnings of React.js, Node.js, HTML, CSS, Mongo DB, npm packages and Material UI. For
- MongoDB
- Express.js - version 4.17.1
- React.js - version 16.13.1
- Node.js - version 12.14.0
- Material-ui - version 4.11.0
- Passport.js - version 0.4.1
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. We will use 2 seperate terminals, 1 for Back-end, 1 for Front-end
# Clone this repository
$ git clone https://github.com/obeka/TODO-MERN.git
#First Backend Side
# Go into the backend to wake up the server and database
$ cd backend
# Install dependencies
$ npm install
# Run the app
$ npm start
#Second Frontend Side
# Open up a new terminal and go into frontend
$ cd frontend
# Install dependencies
$ npm install
# Run the app
$ npm start
##Example login credentials
User name : [email protected]
Password : 123123
- Create a new account and Log in
- Create a new account with Google Plus or GitHub accounts
- Create, Read, Update and Delete todos
- Put tags on todos
- Mark as done
- Sort todos according to criterias
- Filter todos by tag names, you can filter with more than one tag name
📬 You can send me email : [email protected] 📬