Skip to content

fac19/week8-TeamRocket

Repository files navigation

🔥 Tindog - for chasing tail

https://mytindog.netlify.app/

front page

Project brief

Tindog is a dating app for dogs to find love and go on doggy play dates.

Lady and the tramp gif

Written by

Meet the team

User stories

  • As a dog, I want to go on doggy dates so I can meet the love of my life
  • As a user, I want to be able to update my profile so I can unleash my potential
  • As an owner, I want to be able to delete my dog's profile once they've found true love.

About the API

The project uses the following API: Dog rest api


Instructions

How to run the project locally

  1. Open your terminal and navigate to the folder where you would like to run the file
  2. Type npm install to install the packages associated with the project
  3. Then, enter npm run servor to run the Servor dependency. This will recreate a server environment locally on your machine for you to submit form requests.

Acceptance criteria

  • A single-page app (only one HTML file)
  • Client-side routing
  • Accessible signup/login forms
  • Token-based authentication (storing token in localStorage)
  • Form for adding new resources (only for logged in users)

Stretch criteria

  • Buttons to delete existing resources (for logged in users)
  • Form for updating existing resources (for logged in users)

What went well

  • Working as a team :)
  • Planning the project
  • Debugging

What didn't go well

  • Debugging