This project provides the front end for the Lunchtime! app.
The goal is to demonstrate how to implement a simple React app.
- yarn 2
- run
yarn install
to set up the project.
To begin development, run yarn start
.
To create a production bundle, use yarn build
.
Then run the production build with yarn dlx serve -s build
.
- add error boundaries
- add some routes ("about" page)
- allow manual input of location if auto-detection is not available (zipcode)
- add modules to avoid relative imports