A text based adventure game narrating your journey to SPACE 4!
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.
- 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-authored-by: Miah [email protected]
- Co-authored-by: Paolo [email protected]