Skip to content

fac-23/week5-react-paolo-miah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAC Quest! 🗺️

A text based adventure game narrating your journey to SPACE 4!

Deployed version here!

How to install

  • git clone https://github.com/fac-23/week5-react-paolo-miah
  • run npm install in your terminal to install the dependencies.
  • run npm run dev in your terminal to start the server.

Criteria

  • Accept some user input (e.g. a username)
  • Query an API (e.g. the Github API, or any other fun one)
  • Populate the UI with API data
  • Have some form of persistent state and interactivity, e.g.

Co-authoring