A small project made with React & Marvel API
https://marvel-characters-db-seven.vercel.app/
- React
- Marvel API
- Jest + React Testing Library
- React-Bootstrap
- React-router-dom
- Axios
- React v17
- Mobile first approach
- IE11+ compatible
- Custom hooks
- Unit testing
- Http Service to manage all API requests
- Sass variables in JS
Create .env file in root directory and add the following:
REACT_APP_PUBLIC_API_KEY={your-marvel-api-key}
Install dependencies:
yarn
Start dev server:
yarn start