https://github.com/joaopaulomoraes/marvel-series-react
Simple application to consume Marvel API series
https://github.com/joaopaulomoraes/marvel-series-react
Last synced: 7 months ago
JSON representation
Simple application to consume Marvel API series
- Host: GitHub
- URL: https://github.com/joaopaulomoraes/marvel-series-react
- Owner: joaopaulomoraes
- License: mit
- Created: 2018-06-21T00:05:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T20:18:40.000Z (over 7 years ago)
- Last Synced: 2025-01-12T06:07:13.431Z (9 months ago)
- Language: JavaScript
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marvel Series API
A React project to consume Marvel API series.
**Demo**: [https://marvel-series-react-sryipltpxq.now.sh](https://marvel-series-react-sryipltpxq.now.sh)
## Getting Started
### Installing
Cloning the project.
```bash
https://github.com/joaopaulomoraes/Marvel-Series-React.git marvel-series-react
```Access the project directory.
```bash
> cd marvel-series-react
```### Configure
In the `src/config` directory enter your access credentials generated by [Marvel](https://developer.marvel.com/).
```
// src/config
{
publicKey: 'YOUR-PUBLIC-KEY',
privateKey: 'YOUR-PRIVATE-KEY'
}
```Install dependencies and serve with hot reload at http://localhost:3000.
```bash
> yarn install
> yarn start
```## Additional libraries
- [axios](https://github.com/axios/axios)
- [bootstrap](https://github.com/twbs/bootstrap)
- [reactstrap](https://github.com/reactstrap/reactstrap)
- [md5](https://github.com/pvorb/node-md5)
- [prop-types](https://github.com/facebook/prop-types)
- [react-router-dom](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-dom)
- [react-spinkit](https://github.com/KyleAMathews/react-spinkit)
- [rect-redux](https://github.com/reduxjs/react-redux)
- [redux](https://github.com/reduxjs/redux)
- [redux-logger](https://github.com/evgenyrodionov/redux-logger)
- [redux-thunk](https://github.com/reduxjs/redux-thunk)## License
This project is licensed under the MIT License.