This project is a simple React To-Do List app created to enhance understanding and practice of the useState and useEffect hooks in React. The app includes basic CRUD (Create, Read, Update, Delete) operations for managing tasks.
- React
- MySQL
- Express
First, make sure to have MySQL, open the .sql file and run the code to initialize the database.
Clone the project:
git clone https://github.com/MujoBabajic/to-do-list.gitInstall all dependencies:
npm installChange to server folder and start the app:
cd server
npm run devChange to client folder and start the app:
cd client
npm run devVisit http://localhost:5173/ and enjoy.