Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 322 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 322 Bytes

animal-crossing

Personal project with a quiz and randomizer API.

Technologies

Project is created with:

  • HTML/CSS/Javascript
  • React.js
  • REST API
  • axios

Setup

To run this project, install it locally using npm:

$ cd my-app
$ npm install
$ npm i react
$ npm i react-router-dom
$ npm i axios
$ npm start