Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sourhub226/todo-list-react
- Owner: sourhub226
- Created: 2021-06-05T13:30:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T09:08:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T05:16:34.644Z (over 1 year ago)
- Topics: css, html, javascript, learning-by-doing, react, reactjs, todoapp, todolist
- Language: JavaScript
- Homepage: https://sourhub226.github.io/todo-list-react/
- Size: 2.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 repogit clone https://github.com/sourhub226/todo-list-react.git
2. Move to root directory of the projectcd todo-list-react
3. Install all required npm packagesnpm install
4. Run the appnpm start
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).