https://github.com/lnardon/hqstore
An HQ Store using Marvel's API, React.js, and Redux.
https://github.com/lnardon/hqstore
coding-challenge css react react-hooks reactjs redux rest-api
Last synced: 2 months ago
JSON representation
An HQ Store using Marvel's API, React.js, and Redux.
- Host: GitHub
- URL: https://github.com/lnardon/hqstore
- Owner: lnardon
- Created: 2020-07-27T04:40:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:18:26.000Z (over 3 years ago)
- Last Synced: 2025-10-08T10:42:16.996Z (9 months ago)
- Topics: coding-challenge, css, react, react-hooks, reactjs, redux, rest-api
- Language: JavaScript
- Homepage: https://lnardon-hqstore.web.app/
- Size: 19.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HQ Store
A Marvel inspired HQ Store using Marvel's API, React.js and Redux.
## [Live demo here](https://lnardon-hqstore.web.app/ "Homepage")
### Installation
- Clone the repository, run `yarn && yarn start` on the react folder, and it will be available for you on your localhost.
- On the root folder create a `.env` file with the folowing content: `REACT_APP_API_KEY=`
### What I Used on this project
- React
- React Hooks
- Redux
- Redux Hooks
- Marvel API