Skip to content

lukehorak/Jeffr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Login Page"

Jeffr

Jeffr is a simple, single-page, Jeff Goldblum-themed Twitter clone. The original requirements for this project asked us to develop a SPA twitter clone, however left much of the styling up to us. As any sane person would do, I took this as an opportunity to demonstrate the greatness of Jeff Goldblum.

Screenshots

Initial Page "Main Page" Page with Compose "Link Page"

Extra Features

In addition to the requirements, the user-helper file has been modified to generate random Jeffs as demo users instead of the normal random users! The first name is always Jeff, their handle is always @JeffX where 'X' is a random integer, and their profile picture is randomly selected from a pool of wonderful Jeff pictures. Enjoy the Jeffness!

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above
  • body-parser: 1.15.2 or above
  • chance: 1.0.2 or above
  • md5: 2.1.0 or above
  • mongodb: 2.2.36 or above
  • nodemon: 1.19.1 or above

About

A Jeff Goldblum-themed Twitter!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.7%
  • CSS 30.1%
  • HTML 13.2%