Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisjonischkeit/react-marvel-app
A responsive user interface written using React, Redux to navigate through the Marvel Api
https://github.com/anisjonischkeit/react-marvel-app
Last synced: 2 days ago
JSON representation
A responsive user interface written using React, Redux to navigate through the Marvel Api
- Host: GitHub
- URL: https://github.com/anisjonischkeit/react-marvel-app
- Owner: anisjonischkeit
- Created: 2017-09-20T10:20:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T11:49:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:18:35.141Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://marvel.anis.com.au
- Size: 4.48 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Marvel-App
## Running The Application Locally
1. Clone the repository on the master branch
2. Create a Marvel Developer Account [here](https://developer.marvel.com/account):
1. Set the public key in the ./src/settings file to be your api key (you can get one [here](https://developer.marvel.com/account))
2. Either set the private key in ./src/settings file or (preferred) add your test server's domain name to the ["authorized referrers" list](https://developer.marvel.com/account).
**NOTE: Only set your private key for testing. Do not let this go into production or into your version control.**
4. Run the commands:```
yarn install
yarn start
```## Running Tests
```
yarn test *
```The tests can be found alongside their components
## To do
* Add loading spinner for images while they are loading in the detail view