Tindog is a dating app for dogs to find love and go on doggy play dates.
- 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.
The project uses the following API: Dog rest api
- Open your terminal and navigate to the folder where you would like to run the file
- Type
npm install
to install the packages associated with the project - 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.
- 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)
- Buttons to delete existing resources (for logged in users)
- Form for updating existing resources (for logged in users)
- Working as a team :)
- Planning the project
- Debugging
- Debugging