Skip to content

pvdev1805/simple-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple To-do List

I. Description:

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.

II. Main features:

  • 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.

III. Technologies Used:

  • Programming Languages: JavaScript, TypeScript
  • Framework: React
  • Styling: Sass, CSS Modules
  • Build Tool: Create React App
  • Linting and Formatting: ESLint, Prettier

IV. Installation:

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.git

2. Navigate to the project's folder:

cd simple-todo-list

3. Install dependencies: If you are using npm, run the following command:

npm install

If you are using yarn, run the following command:

yarn

4. Start running the project locally: If you are using npm, run the following command:

npm run start

If you are using yarn, run the following command:

yarn start

The project will be run locally at port 3000 by the URL: http://localhost:3000/ Open http://localhost:3000 to view it in the browser

About

Create a simple To-do List using ReactJS and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published