Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.46 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.46 KB

Tiny Thoughts microblogging app

Our microblogging APP, the sky is the limit!!!

How to run the app FOR USERS

Click the link to open the app 👇🏻

Tiny Thoughts

How to run the app FOR DEVELOPERS

  • Clone the repo on your machine
  • Open the repo in VScode
  • Run npm install inside the terminal
  • Run npm run dev to start the server
  • You can access localhost:3333 in your browser to visit the app
  • Run npm run test to open Cypress and test the app

User stories

  • As an opinionated person, I want to: post my thoughts so others can read them
  • As a bored person, I want to: read what other people have posted

Stretch user stories

  • As an impulsive person, I want to: delete my posts so no one can see them anymore

Acceptance criteria

  • A page with a form to submit posts, and a page showing all posts
  • No .html files (all HTML responses should be created dynamically within Node)
  • No client-side JavaScript (all logic should happen on the server)
  • All static assets served correctly (CSS, favicon etc)
  • Tests for each server route
  • A responsive, mobile-first design
  • Ensure your app is accessible to as many different users as possible

Roles

Scrum Facilitator

Juliette

DevOps

Adam

User Experience

Paolo

Quality Assurance

Milly

App preview

Application screenshot