READ ALL INSTRUCTIONS BEFORE BEGINNING THIS PROJECT. Take notes as you read.
Everything that needs to be done before coding starts.
- ERD - Create an ERD to show the relationships between all of your data
- Postman Collection - Create a postman collection to store and test out all of your API calls.
- Wireframes - This is the basic MVP wireframe. You can choose to style how you wish.
- Flowchart - Plan out the flow of your data through the application
- Github Issue Tickets - Using the Project Instructions as a guide, create issue tickets for this project’s work.
- Github Milestones - Separate those issue tickets into Milestones to plan out the work.
Do not submit this project until all of the following are complete:
- All items are completed in getting started
- MVP, defined by the Acceptance Criteria, has been completed
- The title of your application is visible in the browser tab
- The project has been deployed
- Loom video has been created
README.md
has been updated
Things to remember while coding out the project
- Clean code - single responsibility principle
- ES6 Modules bundled with webpack
- No errors - linters should be clean
- Bootstrap for styling
- Completely planned out - before each section you should be making new cards on your Github project board before you code
- Wireframes are provided for you for MVP
- You should have an ERD