A simple Todo application with a backend in Node.js and MySQL, and a frontend in React. This project allows users to manage tasks and delete them.
- Backend: Node.js with Express and MySQL.
- Frontend: React application.
Ensure you have the following installed:
- Node.js
- MySQL
- npm
- Clone the Repository
git clone (https://github.com/gowthamgithub129/Todo-App.git) Navigate to project folder and run the index.js file in seperate terminal
1."npx create-react-app todo-frotend"
2.And Edit the App.js and Index.css files with the code present in Master branch
3."npm start" in seperate terminal