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: 24 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T22:31:57.000Z (almost 9 years ago)
- Last Synced: 2025-03-05T04:44:25.932Z (11 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

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