Skip to content

danialkalbasi/react-amiibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Amiibo API with React

React Amiibo

A simple implementation of Amiibo APIs with React. If you are new to react, this project will help you to grasp some of the main concepts of the react and learn a few other useful techniques!

  • Implementation of Loading Bar by a queue.
  • Implementation of services and how it can be used in react.
  • Usage of components and pages and how they communicate.
  • Covered with unit tests. Use jest and enzyme to achieve it. Usage examples of spying and stubbing.
  • Linting integration for code styles analysis.

To Get Started

Install dependencies

Run npm install or yarn

Run local server

Run yarn start

Run unit tests

Run yarn test

Run linting

Run yarn lint

Run build

Run yarn build to build the project.

About

Implementation of Amiibo API with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published