Todo application in React with login and sign up.
- in the client folder, run: npm install
- in the server folder, run: npm install
- in the root folder, run: npm install
- now, in the root folder, run: npm run deploy
- for the frontend I used: React JS and JSX along with HTML and CSS
- for the backend I used: Node JS and Express JS
- API's for Create, Update, Get and Deleting a Todo item
- Modals for creating a Todo item
- Sign up and Login for a new or old user