An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# MarvelComics :suspect:

## Nice React MarvelComics App :boom:

## [Live Link](https://jsgo.pro/marvelcomics) :link:



Marvel Comics Demo


## 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:


Marvel Comics Project Folder structure


## 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
```