Tweeter is a simple, functional, single-page Twitter clone.
- 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
- Required
- Node 5.10.x or above
- Express
- body-parser
- chance
- md5
- in public/index.html
- Normalize.css
- External JS
- Fonts
- Dev
git clone git@github.com:JoshuaOLoduca/Tweeter.git
to a folder- cd into folder and run
npm install
- run
npm start
to spin up a testing server
ORnpm run local
to spin up a development server with nodemon - access in web browser @ http://localhost:8080
If developing, run npm sass-watch
to compile sass templates in real time.