An open API service indexing awesome lists of open source software.

https://github.com/bchavs12/rocket-todo

Todo list in ReactJS
https://github.com/bchavs12/rocket-todo

figma-design html-css-javascript imutability reactjs state-management tailwindcss usestate-hook

Last synced: 7 months ago
JSON representation

Todo list in ReactJS

Awesome Lists containing this project

README

          

# React + TypeScript + Vite

This template provides a minimal setup to get the project working in your environment

## How to make it works
### Get the repository's url
> Use git to clone the GitHub repository:
git clone https://github.com/bchavs12/rocket-todo.git

### Get the project installed
> Use NPM to install the project after cloned it
npm install || npm -i

### Get the project started
> Use NPM to start the project after installed it
npm run dev

## Project interface and functionalities

## Functionalities
### Add todos
- Input text need to have more then 5 words or number to be add to the list

### ToggleCheckedTodo
- Check your tasks when you have completed them

### Delete Todos
- Delete your tasks when you have completed them.
- Delete your tasks when you don't needed them anymore.

### Task counter
- Keep track of how many tasks you have on your to-do list

### Completed task counter
- Keep track of how many tasks had you completed.