From 84eaca85e5696d9dad73ce33cdeebb6fd62d328d Mon Sep 17 00:00:00 2001 From: Wes Reid Date: Wed, 16 Aug 2023 10:44:33 -0700 Subject: [PATCH] Update README.md --- capstone-project/README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/capstone-project/README.md b/capstone-project/README.md index 914a171..6d87a7a 100644 --- a/capstone-project/README.md +++ b/capstone-project/README.md @@ -15,12 +15,22 @@ Groups must demonstrate: ### Specifics -Project must contain: - -- 2+ resources -- At least 1 one-to-many relationship -- Full CRUD routes (overall, not necessarily per resource) -- All members must contribute to the code base in a significant way +The project must meet the following criteria: + +- App solves a specific problem with technology. +- App is deployed and accessible on the web. +- App successfully builds and runs without issue. +- Uncontrollable errors are handled gracefully and visually explained to the user. +- Code is hosted on GitHub with all group members’ clear and frequent commit history. +- Code follows best practices such as using good variable names, proper indentation, and following the D.R.Y. principle. +- The App is responsive and functional on small and large screen sizes. +- The App contains 2+ resources along with related tables. +- The App uses at least one one-to-many relationship. +- The App contains full CRUD routes. + - Overall, not necessarily per resource. +- The App includes a thoughtful file structure on both the back-end and front-end. +- Code follows a consistent and professional format, such as using consistent spacing and naming conventions appropriate for the chosen language. +- All members must contribute to the code base in a significant way. ### Expectation