Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 511 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 511 Bytes

StarWars Quiz

Live: https://adamjochemczyk.github.io/StarWarsQuiz/

Project description

Project based on exercise for CodersCamp 2020 students. App was created to improve skills in JS, REST, html, css, git, teamwork.

Technologies

  • HTML, CSS,
  • JS,
  • Parcel

Launch

To run this project, install it locally using npm:

$ cd ../StarWarsQuiz
$ npm install
$ npm run start:dev 

Contributors