Tweeter is a simple, single-page Twitter clone that uses jQuery, HTML5, and SCSS to practice our front-end skills.
Tweeter Feed on page load
Create new tweet + Validation error
Create new tweet and counter example
Hover effect + Validation error example
- Express
- Node 5.10.x or above
- Body-parser
- Chance
- Md5
- Moment
- Install all 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.