Projects
Kickoff
- Meet in your squad's main room
- One person shares their screen and:
- Creates a React app on their local machine
- Creates a Gogs repo
- Gives access to everyone (either by putting the repo in an org, or by just adding collaborators)
- Pushes the React app to the gogs repo
- Everyone else:
- Clones the Gogs repo (then
cd
into it)
- Runs
npm install
to install the project dependencies
- Runs
npm start
to make sure they can run the app locally
Wireframes
Assumptions
- You only need to target desktop Chrome users (no need to support mobile, Safari etc...)
- It only needs to work for the
en-US
locale
- It does not need any server-side component (no database or API to store the data) -
localStorage
is fine