Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.18 KB

README.md

File metadata and controls

68 lines (49 loc) · 2.18 KB

Our API link. Our heroku link.

Fun FACs

Week 9 Single-Page Application project

Table of Contents

About the Project

This is a project created as part of the Founders and Coders curriculum, week 9. Our project this week is to build a frontend for one of the APIs from REST API week. It should be a single-page app rendered with client-side JavaScript.

User stories

  • As a user, I want to: see all the resources
  • 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 resources

Stretch

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

Acceptance Criteria

  • A single-page app (only one HTML file)
  • Accessible signup/login forms
  • Token-based authentication (storing token in localStorage)
  • Form for adding new resources (only for logged in users)
  • Works well across Chrome, Firefox and Safari/Edge browsers

Stretch criteria

  • Buttons to delete existing resources (for logged in users)
  • Form for updating existing resources (for logged in users)
  • Easter Egg
  • Loading spinner

Getting Started

Usage Instructions

Team

  • Lisa - Scrum Facilitator
  • Lil Tea/T-Cup - Design
  • Aishah - Deployment
  • Azizi - Quality

Acknowledgements

  • All of our past workshops