Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 802 Bytes

File metadata and controls

39 lines (28 loc) · 802 Bytes

Todo App

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.

Live Demo

Experience the todo app: Todo App Demo

Technologies used

Core

  • React (v18.3.1) - UI Framework
  • TypeScript (v5.2.2) - Type safety
  • SCSS (v1.77.8) - Styling

Development & Deploymentx

  • Vite (v5.3.1) - Build tool
  • ESLint (v8.57.0) - Code quialty

Getting started

Instruction how to set up the project locally:

  1. Clone the repository:
git clone https://github.com/bebelekele/react_todo-app.git
cd react_todo-app
  1. Install dependencies:
npm install
  1. Run the project locally:
npm start