https://github.com/akapez/marvel-app
React-based Marvel API project
https://github.com/akapez/marvel-app
marvel-api material-ui react
Last synced: 3 months ago
JSON representation
React-based Marvel API project
- Host: GitHub
- URL: https://github.com/akapez/marvel-app
- Owner: akapez
- Created: 2021-02-08T09:23:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T06:25:10.000Z (over 4 years ago)
- Last Synced: 2025-01-11T03:43:35.131Z (4 months ago)
- Topics: marvel-api, material-ui, react
- Language: JavaScript
- Homepage: https://aka-marvel.netlify.app
- Size: 6.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marvel-app-project
React based Marvel API project
API referance: https://developer.marvel.com/documentation/getting_started
Env variable
Create a .env file in then root and add the following
```
REACT_APP_TS = timestampREACT_APP_API_KEY = your public API key
REACT_APP_HASH = a md5 digest of the ts parameter, your private key and your public key (e.g. md5(ts+privateKey+publicKey)
```
Set up for development environment
```
npm install
cd marvel-app
npm start
```
project URL: https://marvel-app-avishka.netlify.app/