Nintendo's Amiibo Database App displays a Home page with a list of amiibos that you can filter by game series and then click to see their details. All data is retrieved from the Amiibo API. Built with React.js and Redux.
- React.js
- Redux
- Babel
- Testing Library
- Linters: Stylelint & ESlint
npm i react-router-dom
npm i prop-types
npm i @reduxjs/toolkit
npm i react-redux
npm i sass
Follow these steps on your console to properly clone this repository on your desktop:
$ cd desktop
$ git clone 'repo_path'
$ cd 'repo_name'
$ code .
Run 'npm i' to install the dev dependencies.
Run 'npm start' to run the website from your local machine.
Run 'npm run build' to build the code after editing it.
- GitHub: @mikemtzp
- Twitter: @mikemtzp
- LinkedIn: Mike Martínez
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project was built based on the original template design idea by Nelson Sakwa on Behance.
- This README.md was elaborated with the Microverse readme-template