Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 771 Bytes

lab03-chirp.md

File metadata and controls

executable file
·
22 lines (13 loc) · 771 Bytes

Lab 3: Chirp (Twitter Clone)

Write a simple MVP (minimum viable product) clone of Twitter!

This lab is not race for the finish, take your time and ask lots of questions!

Now is a great time to practice your google-fu as well


Your project is going to need 2 apps, posts and users.

Your project will also need to have the following functionality:

  • User login / sign up
  • The ability to post chirps of some constrained length (eg. 128 characters)
  • A public profile page that shows all the users chirps
  • Basic UI (navbar, footer) and styling (either by hand or with a framework)

Optional advanced version

Make an Instagram clone! Your posts will need an associated image, check out the instruction guide.