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.
- Host: GitHub
- URL: https://github.com/yuryalencar/todoappinreactjs
- Owner: yuryalencar
- License: mit
- Created: 2019-08-15T15:05:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:48:11.000Z (over 2 years ago)
- Last Synced: 2025-01-04T20:51:55.787Z (9 months ago)
- Topics: javascript, mongodb, node, node-js, nodejs, nosql, nosql-database, react, reactjs, todo-list, todoapp, todolist
- Language: JavaScript
- Homepage:
- Size: 796 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```