Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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