Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genfirst/todo-react-app
Small TODO application that is created using react and bootstrap. The main purpose of this application is to learn React.js
https://github.com/genfirst/todo-react-app
bootstrap3 react react-router reactjs redux todoapp
Last synced: 14 days ago
JSON representation
Small TODO application that is created using react and bootstrap. The main purpose of this application is to learn React.js
- Host: GitHub
- URL: https://github.com/genfirst/todo-react-app
- Owner: GenFirst
- License: mit
- Created: 2017-03-23T23:19:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T22:31:57.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T07:12:15.752Z (3 months ago)
- Topics: bootstrap3, react, react-router, reactjs, redux, todoapp
- Language: JavaScript
- Homepage: https://genfirst.github.io/todo-react-app/
- Size: 6.46 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-react-app
![License](https://img.shields.io/badge/license-MIT-blue.svg)
Small TODO application that is created using react and bootstrap. The main purpose of this application is to learn React.js
Live demo can be found [here](https://genfirst.github.io/todo-react-app/).
# What you need to install
* [Node.js](https://nodejs.org/en/)
* [Create React App](https://github.com/facebookincubator/create-react-app)# Libraries we are using
* [React](https://facebook.github.io/react/)
* [React Bootstrap](https://react-bootstrap.github.io/)
* [Bootstrap 3](http://getbootstrap.com/)
* [Font Awesome](http://fontawesome.io/)
* [React Router](https://github.com/ReactTraining/react-router)
* [Redux](http://redux.js.org/)# How to start application
You need to run this command:
* `npm install` or `yarn install`
* `npm start` or `yarn install`# License
todo-react-app is released under [MIT License](https://opensource.org/licenses/MIT).