Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 442 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 442 Bytes

Simple To Do Application (Add/Edit/Delet/Mark Done your Notes, Add Buckets to keep your notes structured)

Frontend technologies : ReactJS, Redux-Thunk, HTML5, CSS3, JS

Backend technologies: NodeJS, ExpressJS, MySQL

To Run :

Frontend: todo (folder - ReactJS)

Run "npm install" -> then run "npm start" in todo/

Backend: todoApi (folder - NodeJS)

Find Database in todoApi/database, import the database, and run "npm install" in todoApi/