This is a simple Todo application built using React.js and Vite. It allows you to manage your tasks efficiently.
-
Clone the repository to your local machine:
git clone https://github.com/your-username/todo-reactjs.git
To set up the development environment, follow these steps:
- Navigate to the root directory of the project.
cd Todo-reactjs
- Install the necessary dependencies using npm:
npm install
- Once the installation is complete, start the development server:
npm run dev