This is a personal project for learning purposes. It uses the official Marvel API.
Project is created with:
- React version: 18.2.0
- React-router-dom: 6.3.0
- ES6
- Sass
- The Marvel Comics API
- Responsive website
- Searches for comics/characters named
- Fetches lists of comics filtered by a character id
- Fetches a single comic by id
Open your favorite console application, navigate into your work folder, run the following command and wait for it to finish:
npm install
While still in your work folder, run the following command in the console application:
npm start