This project showcases a todo tasks management website designed to help users manage their tasks. The site provides simple dynamic list of tasks which users can add, delete and update their tasks.
Experience the todo app: Todo App Demo
- React (v18.3.1) - UI Framework
- TypeScript (v5.2.2) - Type safety
- SCSS (v1.77.8) - Styling
- Vite (v5.3.1) - Build tool
- ESLint (v8.57.0) - Code quialty
Instruction how to set up the project locally:
- Clone the repository:
git clone https://github.com/bebelekele/react_todo-app.git
cd react_todo-app
- Install dependencies:
npm install
- Run the project locally:
npm start