A simple React application that displays a list of todo items.
Clone the repository and navigate into the project folder: git clone https://github.com/MrPerfeccct/todo-list.git cd todo-list
Install the project dependencies: npm install
Start the application: npm run dev
In the terminal, you will see a local server address (usually something like http://localhost:5173/). Open it in your browser to view the project.
- Built with React
- Created using Vite
- Displays a list of todos