๐ฆ Project Progress Check-In ๐ฆ
Posted on Jun 6th, 2022
๐๏ธ Todayโs Topics
How are the projects coming along? ๐
Keep pushing forward! ๐ช ๐
Todayโs class is devoted to getting you past any blockers you may be experiencing and to implement next steps.
Minimum requirements are listed below for reference.
๐ฏ Project due on Thursday afternoon
Please include a README in your project repo. The README should:
- be written in Markdown
- include a link to your production application
- have instructions for getting your application running locally, so that any developer could pull it down and run it. If your setup makes any assumptions about the environment (e.g., you have Node.js 14.0 or higher installed locally), please state them in the README.
๐ If your project meets minimum requirements today, HUZZAH! That is awesome. You should be working on at least one additional or spicy feature.
๐ If your project does not yet meet minimum requirements, you should aim for meeting them by the end of the day on Wednesday.
Note: The bullet points listed under requirements do not necessarily correspond to pages/screens. You can achieve these requirements using any design you like.
Requirements for all projects
- Users can login, logout, and register
- Auth token is saved in local storage
- Application runs in production
- Application is styled in a way that looks intentional and finished
Requirements for QuestionBox, Front End
- Any user can see all questions and answers
- A user can post a question
- A user can post an answer to a question
- A user can mark an answer to their own question as โacceptedโ
- A user can see a list of all their own questions
- A user can see a list of all their own answers
- A user can star/favorite questions or answers
- A user can unstar/unfavorited questions or answers