You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a full stack web application, with the backend created using Express.js and the frontend created using React.js.
Demo of the Website:
TaskTide_Demo_1.mp4
In this web application a user can do the following task:
A user can signup
A registered user can login with his/her email and password
After log in, a user can create todo, can see all todos, can delete todos
To run the project in your local mechine do the following task:
Clone or download the project
add .env file in the Backend folder
in the .env file, add "DB_URL", "JWT_SECRET"
go to terminal and go to the "Backend" folder using "cd" command
in the terminal run "npm i" command
then run "node index.js" command
For Testing backend do the following task:
"To_Do_Application.postman_collection.json" find this file in the main folder
import that file in the postman application
test all the route
About
Developed a web application named TaskTide for efficient task management. The platform allows users to create, track, and manage their to-do lists with a clean and intuitive interface.