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

https://github.com/yuryalencar/todoappinreactjs

This is a Sample of use the ReactJS and Node.js for development a simple Todo Application.
https://github.com/yuryalencar/todoappinreactjs

javascript mongodb node node-js nodejs nosql nosql-database react reactjs todo-list todoapp todolist

Last synced: 8 days ago
JSON representation

This is a Sample of use the ReactJS and Node.js for development a simple Todo Application.

Awesome Lists containing this project

README

          

# TodoApp in ReactJS
This is a Sample of use the ReactJS for development a simple Todo Application.

## Requirements

- MongoDB
- NodeJS
- ReactJS
- Redux (This Application not use Redux-Form)

## Dependencies Used
### Backend
- body-parser@1.15.2 : Parser Body of the Request (Read params and convert for Javascript Objects) Or data form.
- express@4.14.0 : Framework web for backend
- mongoose@4.7.0 : Library for access database and map Javascripts Objects and Documents Saveds in MongoDB
- node-restful@0.2.5 : For optimize API construction
- pm2@2.1.5 : For init application, dispatcher application in production.

### Frontend
- webpack@1.14.0
- webpack-dev-server@1.16.2
- babel-core@6.22.1
- babel-loader@6.2.10
- babel-plugin-react-html-attrs@2.0.0
- babel-plugin-transform-object-rest-spread@6.22.0
- babel-preset-es2015@6.22.0
- babel-preset-react@6.22.0
- extract-text-webpack-plugin@1.0.1
- css-loader@0.26.1
- style-loader@0.13.1
- file-loader@0.9.0
- bootstrap@3.3.7
- font-awesome@4.7.0
- react@15.4.2
- react-dom@15.4.2
- react-router@3.0.2
- axios@0.15.3

### Redux
- react-redux@5.0.2
- redux@3.6.0

## For install Dependencies

```
npm i
```