Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diglopes/todo-list-react
A Todo list built with React
https://github.com/diglopes/todo-list-react
Last synced: about 2 months ago
JSON representation
A Todo list built with React
- Host: GitHub
- URL: https://github.com/diglopes/todo-list-react
- Owner: diglopes
- License: mit
- Created: 2020-05-15T13:40:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:00:31.000Z (about 2 years ago)
- Last Synced: 2023-03-03T18:49:26.692Z (almost 2 years ago)
- Language: JavaScript
- Size: 687 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Technologies |
The goal |
How To Use |
License
## Technologies
This project was developed at [React course from Cod3r](https://www.cod3r.com.br/courses/react-redux-fundamentos-e-2-apps-do-absoluto-zero) with the following technologies:
- [Axios](https://github.com/axios/axios)
- [Babel](https://babeljs.io/)
- [Bootstrap](https://getbootstrap.com/)
- [Cross-env](https://www.npmjs.com/package/cross-env)
- [Docker](https://www.docker.com/)
- [Express](https://expressjs.com/)
- [Font awesome](https://fontawesome.com/)
- [Mongoose](https://mongoosejs.com/)
- [Node-restful](https://www.npmjs.com/package/node-restful)
- [Nodemon](https://nodemon.io/)
- [Pm2](https://www.npmjs.com/package/pm2)
- [ReactJS](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [Redux-multi](https://github.com/ashaffer/redux-multi)
- [Redux-thunk](https://github.com/reduxjs/redux-thunk)
- [React-redux](https://react-redux.js.org/)
- [React router](https://reacttraining.com/)
- [Styled-components](https://styled-components.com/)
- [Webpack](https://webpack.js.org/)## The goal
This project was made with the intent to create a React project from the beginning without using [create-react-app](https://create-react-app.dev/), so I've configured Webpack in every piece needed before of start coding. On the server-side, I've created an API that communicates with a MongoDB instance to store the tasks generated on Front-end and serve the static files.
## How to use
```bash
# Clone this repository
$ git clone [email protected]:diglopes/todo-list-react.git# Go into the repository
$ cd todo-list-react# Install dependencies
$ yarn install# Run the app
$ yarn deploy
```## License
This project is under the MIT license. See the [LICENSE](https://github.com/lukemorales/gobarber-api/blob/master/LICENSE) for more information.