This is a simple React todo application built using Vite. Follow the instructions below to get started with the project.
Before you can run this project, make sure you have the following installed on your machine:
- Node.js: Ensure you have Node.js installed. You can download it from nodejs.org.
- VS Code (Optional): For a better development experience, you can use Visual Studio Code.
-
Clone the repository:
git clone https://github.com/alanreji2004/react-todo cd react-todo npm install npm run dev