This website is about Marvel universe, browse lists of characters and comics. Sign up and log in to access favorites: you can add characters or comics to your favorites list.
- Link to website : https://marvel-cathy.netlify.app/
- Backend repository : https://github.com/csengmany/marvel-backend
- Click on a character card to discover the comics associated
- Hover a character to see its description
- Change page
- Select a number of max results per page
- Search comics or characters with the search input
- Users can sign up and sign in
- Add a card to favorite whith the bookmark button
- Remove a card of favorite whith the bookmark button
Clone this repository :
git clone https://github.com/csengmany/marvel-frontend.git
cd marvel-frontend
Install packages :
yarn or npm install
When installation is complete :
yarn start or npm start