https://github.com/mux-mux/marvelcomics
(React Basics) HTML SCSS > Class Components > Fetch > LoadMore > refs
https://github.com/mux-mux/marvelcomics
fetch hooks html json loadmore react scss
Last synced: 30 days ago
JSON representation
(React Basics) HTML SCSS > Class Components > Fetch > LoadMore > refs
- Host: GitHub
- URL: https://github.com/mux-mux/marvelcomics
- Owner: mux-mux
- Created: 2023-04-27T10:54:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T18:19:46.000Z (over 1 year ago)
- Last Synced: 2023-09-07T21:01:48.647Z (over 1 year ago)
- Topics: fetch, hooks, html, json, loadmore, react, scss
- Language: JavaScript
- Homepage: https://jsgo.pro/marvelcomics
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarvelComics :suspect:
## Nice React MarvelComics App :boom:
## [Live Link](https://jsgo.pro/marvelcomics) :link:
![]()
## Stages :scroll:
1. marvel_service
2. spinner
3. skeleton
4. error_boundary
5. char_random
6. char_list
7. char_info
8. load_more
9. responsive## Folder structure :open_file_folder:
![]()
## How To Use :closed_lock_with_key:
```bash
# Clone this repository
$ git clone [email protected]:mux-mux/marvelcomics.git# Go into the repository
$ cd marvelcomics# Install dependencies
$ npm install# Start React App
$ npm start
```