broccoli game 🥦
1
stars
1
forks
source link
Broccoli 🥦
Deployed game here 🥦🥛 Broccoli Milk 🥦🥛 on Netlify.
Introduction:
- Broccoli theme game where user has to type github username.
- user will have to guess and pair the correct hidden user underneath the broccoli's
- user then wins a broccoli.
🧠Core features:
- fetching multiple users info from github using the github api.
- flipping broccolis to identify and guess which one is the winner.
Designed and Developed by:
- Hussain: DevOps/Quality Assurance
- Peter: Scrum Facilitator/UX Lead
How did the broccoli feel about being served for dinner?
Answer: It was steamed!
Setup
We’ll be using Vite to handle bundling our app and providing a dev server. You can quickly scaffold a new app using their CLI:
- npm init @vitejs/app
Follow the instructions in your Terminal (pick the react option)
- cd [my-app-name]
- npm install to install the dependencies
- npm run dev start the dev server