Mrcolin99 / stretch-dogs

https://stretch-dogs.vercel.app
0 stars 2 forks source link

Stretch Tech Group Project

Abstract:

This application allows users to browse through 12 of the most popular, AKC-recognized dog breeds in America to research and find the breed that's right for them (based on the dog's size, energy level, etc).

Link to deployed app

https://user-images.githubusercontent.com/104015966/211460060-672a183f-7a8a-4e97-b9e2-c3b5f3cad53d.mp4

Installation Instructions:

  1. Go to this repo on Github
  2. Click Fork > Create New Fork
  3. Click Code
  4. Copy the SSH url provided by GitHub
  5. In the terminal, navigate to the new project repository
  6. Type git clone and paste the URL
  7. Run cd stretch-dogs
  8. Run npm install. Note: Do not run npm audit fix --force. This will update to the latest version of packages, which are not wanted.
  9. Run npm start to start the program. (Ctrl + C will stop it.)
  10. In a browser window, navigate to http://localhost:3000/.
  11. The app should now ready to browse and research dog breeds.

Context:

The team held daily standups and followed a kanban workflow using GitHub Projects. Meetings started by checking in with one another as humans. Then accomplishments from the day prior were discussed, what needed to be done that day and by whom, and then collaborative debugging or problem solving was completed (as needed). Some tasks were completed indivdually, others together. The collective estimate is about 50-60 hours of work time invested over 9 days to create this application's functionality and test suite from scratch using React. The Cypress was used for testing. Router provided the routing. For accessability we chose large font and neutral, high-contrast colors. 100% Lighthouse Accessibility score.

Contributors:

Learning Goals:

Tech Used:

Wins and Challenges

Wins

Challenges