This is a web application designed for managing daily task using the MERN (MongoDB, Express, React, Node.js) stack. It also incorporates Tailwind CSS for styling, Redux for state management, RTK Query for data fetching.
- User authentication with JWT (signup, login, logout)
- User dashboard for add,delete,edit, searching and filtering todo.
Client: React, Redux, RTK Query, TailwindCSS
Server: Node, Express, Mongoose, JWT
- email: admin@gmail.com
- password: 1234
To install this project on your local machine, follow these steps:
Clone the project
git clone https://github.com/Tushar8640/todo-server.git
Go to the project directory
cd todo-server
add env file
DATABASE_LOCAL= "Your db uri"
JWT_KEY= "Your jwt key"
Install dependencies
npm install
Start the server
npm run dev
Live: https://advanced-rtk-todo.netlify.app/
Front-end code: https://github.com/Tushar8640/rtk-todo-app
Backend code: https://github.com/Tushar8640/todo-server
If you have any feedback, please reach out to us at tusar.imran.dev@gmail.com