Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelitodev/marvel-characters
Hello, this is a test project for a Junior-level ReactJS front-end position, this project makes the request and listing of characters from UMC (Universe Marvel Comics), in addition showing about the selected character his description and participation in comic books. Within 6 days to develop this project, I had to study several contents, even so I managed to finish on time, it was a great pleasure to use this API, link in the references.
https://github.com/miguelitodev/marvel-characters
javascript pagination react-router-dom reactjs redux styled-components
Last synced: 5 days ago
JSON representation
Hello, this is a test project for a Junior-level ReactJS front-end position, this project makes the request and listing of characters from UMC (Universe Marvel Comics), in addition showing about the selected character his description and participation in comic books. Within 6 days to develop this project, I had to study several contents, even so I managed to finish on time, it was a great pleasure to use this API, link in the references.
- Host: GitHub
- URL: https://github.com/miguelitodev/marvel-characters
- Owner: miguelitodev
- Created: 2021-04-25T12:16:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T18:29:10.000Z (over 3 years ago)
- Last Synced: 2023-10-31T23:27:28.004Z (about 1 year ago)
- Topics: javascript, pagination, react-router-dom, reactjs, redux, styled-components
- Language: JavaScript
- Homepage: https://characters-marvel.netlify.app
- Size: 1.96 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Characters Marvel 🔥
Hello, this is a test project for a Junior-level ReactJS front-end position, this project makes the request and listing of characters from UMC (Universe Marvel Comics), in addition showing about the selected character his description and participation in comic books. Within 6 days to develop this project, I had to study several contents, even so I managed to finish on time, it was a great pleasure to use this API, link in the references.
How to run locally? 👀
```
// To intall dependecies of project
$ yarn// To start project
$ yarn start
```
How to use? ✔
- First sign up on marvel's developer platform
- Take public_key and private_key
- Copy and paste into the application login page
Technologies used 📚
References 🔍
- Redux Document
- Video to learn Redux
- Video to learn pagination on ReactJS
- Marvel API Document
- NLW 5 [ Hover mouse 🖱]
Developed by Miguel Riquelme with ❤