For the initial batch of testers, we're fine making them do a little extra work since they're our close friends. Since we need to build some initial data, we want to make a page that prompts users to upload a few of their recent food pics and rate them. Here are the steps:
- make a src/pages/Review folder and a file src/pages/Review/index.js
- from src/index.js import that page and add a route to the router
- copy one of the other pages like Admin and build the review page
- make a page and add a form that asks users to select a bunch of images from their phone. then the onSubmit for that form will call to my server, so i can handle that part
For the initial batch of testers, we're fine making them do a little extra work since they're our close friends. Since we need to build some initial data, we want to make a page that prompts users to upload a few of their recent food pics and rate them. Here are the steps: