Skip to content

📋✅ Todo Web Application for a client. Where the client is able to store its daily Task and able to mark them as - “pending”, “progress”, “completed”

Notifications You must be signed in to change notification settings

tathagatamishra/ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

ToDo List

Todo Web Application for a client. Where the client is able to store its daily Task and able to mark them as -”done”, “pending”, “in progress”, “completed”


Frontend Deployed on Netlify     https://what2dobro.netlify.app/

Backend Deployed on Vercel     https://what-to-do-bro.vercel.app


How To Run This

backebd _______________

git clone https://github.com/tathagatamishra/ToDoApp.git

cd server

npm i

npm run dev

frontend _______________

git clone https://github.com/tathagatamishra/ToDoApp.git

cd client

npm i

npm run dev

Created using

HTML, SCSS, JAVASCRIPT, NODE.JS, REACT, VITE, EXPRESS, MONGODB


ToDoAppIdea todoapp

Technologies will be used :-

ReactJS/ Redux(Frontend) Nodejs, Express and Sequelize for backend API (In MVC pattern) JWT for authentication UUID for generating unique ID MySQL for Database management


Functionalities implemented:

create a login signup process. Create authentication using JWT tokens CRUD functionality in TODO. CRUD functionality in user’s profile. Updating the task to the following status(”done”, “pending”, “in progress”, “completed”) Create the ERD using MySQL workbench model.

About

📋✅ Todo Web Application for a client. Where the client is able to store its daily Task and able to mark them as - “pending”, “progress”, “completed”

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published