A simple Todo application built using ReactJS.
This project is a basic Todo application that allows users to add, delete, and mark tasks as completed. It is built using ReactJS and includes default CSS styles.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/Thellecodez/react-todo-app.git
- Navigate to the project directory:
cd react-todo-app
- Install the dependencies:
npm install
- Run the application:
npm run dev
Nodejs official website:
https://nodejs.org/en
Vite official website:
https://vitejs.dev/
ReactJs official website:
https://react.dev/