- Your capstone is a single page app created with React.
- CRUD is an easy way to get there.
- Your capstone should demonstrate what you have learned during the first three months at NSS.
- Share your idea with Brenda and get
thumbs-up
- Once you complete your proposal, you will meet with an instruction team member to confirm your realistic MVP.
- Proposal - Use Google Docs and provide a link. Checkout this >> Example.md
- Capstone Final Proposals DUE (EOD) - October 17, 2019
- Project Overview
- Consider:
- What problem does your capstone address?
- User Focused Goals
- Your Goals
- Describe any technology needed.
- List any API's you will be using (an API is not necessary).
- Define MVP
- Outline the features
- Specifications
- Functionality
- Define Stretch Goals
- List individual features
- Create an ERD
- Consider:
- Proposal
- Github Repo
- Add ERD 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/, google docs or https://www.figma.com/. Add to your project
README.md
- Need some JSON data to get started? Try: https://www.mockaroo.com/ or faker.
- Make a fetch call, loop through and add to database to get a unique id.
- 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
READ THIS: Capstone Tips by Callan Morrison