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.
Initial Page
Page with Compose
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!
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- 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