This project is a simple and intuitive to-do list application built with ReactJS and TypeScript. It allows users to add, edit, and delete tasks, helping them manage their daily activities efficiently.
- Add Tasks: Users can add new tasks to the list.
- Edit Tasks: Users can edit existing tasks.
- Delete Tasks: Users can delete tasks from the list.
- Mark as Completed: Users can mark tasks as completed.
- Programming Languages: JavaScript, TypeScript
- Framework: React
- Styling: Sass, CSS Modules
- Build Tool: Create React App
- Linting and Formatting: ESLint, Prettier
To install and run this project locally, follow the step-by-step instructions below:
1. Clone the repository:
git clone https://github.com/pvdev1805/simple-todo-list.git2. Navigate to the project's folder:
cd simple-todo-list3. Install dependencies:
If you are using npm, run the following command:
npm installIf you are using yarn, run the following command:
yarn4. Start running the project locally:
If you are using npm, run the following command:
npm run startIf you are using yarn, run the following command:
yarn startThe project will be run locally at port 3000 by the URL: http://localhost:3000/
Open http://localhost:3000 to view it in the browser