This single page application (SPA) project is a simple, Twitter clone which allows "users" to post tweets up to 140 characters. Emphasizing on the front-end build using jQuery, AJAX and some vanilla JS to implement asynchronous requests to post, get tweets, achieve responsive design features and perform small element animations.
- Clone the repository onto your local device.
git clone git@github.com:knnku/tweeter.git knnku-tweeter
- 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/. - Direct browser to http://localhost:8080/.
- Post a tweet.
- Node 5.10.x or above
- body-parser
- md5
- Express
- Chance
This repository was forked created from a template at the main LHL project repo.
Built by @knnku as a part of the LHL flex-web program curriculum.