Skip to content

glrta/week8-DEKN

 
 

Repository files navigation

FAC19 week 8 project

At Founders and Coders coding bootcamp we are tasked every week with a different project. A MVP is built in 1.5 days by 4 developers that follow the Agile methodology.

Week 8 topic: Full-Stack App

See week 8 schedule.


week8-DEKN

screenshot

Installing locally

  1. Clone the repo
  2. Run npm install
  3. Run npm run dev

Briefing

This week's project is to build a frontend for one of the APIs from last week. It should be a single-page app with client-side routing.

User stories

Core

  • As a user, I want to: see all the dogs posted
  • As a user, I want to: sign up for an account
  • As a user, I want to: log in to my account
  • As a user, I want to: add my own dogs

Stretch

  • As a user, I want to: update my own dogs
  • As a user, I want to: delete my own dogs

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)

Authors

About

🚀 FAC19 week 8 project: Full-Stack App - Apr 2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • CSS 7.3%
  • HTML 3.9%