- Your capstone is a single page app created with React.
- Share your idea with instruction team member and get
thumbs-up
- Proposal - Use Google Docs and provide a link.
- Project Overview
- Consider:
- What problem does your capstone address?
- User Focused Goals
- Your Goals
- Describe any technology needed.
- List API's
- Define MVP
- Outline the features
- Specifications
- Functionality
- Define Stretch Goals
- List individual features
- Consider:
- Project Overview
- Start GitProject or Trello board.
- Create an ERD. Add to your project
README.md
. - Plan/outline the components your project will need. Show the data relationship (props and state). Add to your project
README.md
. - Mock-ups - hand draw or use a tool like https://moqups.com/ or google docs.
- Need some JSON data to get started? Try: https://www.mockaroo.com/
- Make an AJAX call, loop through and add to database to get a unique key.
- Looking for inspirational API's: https://github.com/toddmotto/public-apis
- Got some cross origin relationship problems? Review this repo: https://github.com/BlaiseRoberts/proxy-server