Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sourhub226/todo-list-react

A simple todo list app built using ReactJS
https://github.com/sourhub226/todo-list-react

css html javascript learning-by-doing react reactjs todoapp todolist

Last synced: 5 days ago
JSON representation

A simple todo list app built using ReactJS

Awesome Lists containing this project

README

        

![Made with React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)
[![CodeFactor](https://www.codefactor.io/repository/github/sourhub226/todo-list-react/badge)](https://www.codefactor.io/repository/github/sourhub226/todo-list-react)
![Github pages deploy](https://github.com/sourhub226/todo-list-react/actions/workflows/main.yml/badge.svg)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/sourhub226/todo-list-react/issues)
![ViewCount](https://views.whatilearened.today/views/github/sourhub226/todo-list-react.svg)

# To-Do list app

A simple todo list app built using ReactJS.

![screenshot](app-screenshot.png)

### Running the app:
1. Clone the project repo

git clone https://github.com/sourhub226/todo-list-react.git

2. Move to root directory of the project

cd todo-list-react

3. Install all required npm packages

npm install

4. Run the app

npm start

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).