Skip to content

JoshuaOLoduca/Tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, functional, single-page Twitter clone.

Features

  • Tweets
    • Loads tweets on page load in reverse-chronological order
    • Sends composed tweet to in-memory database
    • Loads new tweet after its been inserted to db
    • Automatic tweet age calculation
  • Site
    • Reactive to screen size
    • Animated error messages
    • Appropriate hover effects
    • Dynamic navigation buttons

Final Product Images

1900px width screen

desktop

1100px width screen

smaller desktop

1000px width screen

mobile

Dependencies

Getting Started

  1. git clone git@github.com:JoshuaOLoduca/Tweeter.git
    to a folder
  2. cd into folder and run npm install
  3. run npm start to spin up a testing server
    OR npm run local to spin up a development server with nodemon
  4. access in web browser @ http://localhost:8080

If developing, run npm sass-watch to compile sass templates in real time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published