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

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

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.