Tweeter is a simple, single-page Twitter clone.
I created Tweeter while completing the Lighthouse Labs Web Development Flex Program. The project helped me develop proficiency in the following languages and tools:
- HTML
- CSS including SASS
- JavaScript including jQuery, AJAX and ES6 modules
- Webpack
- Babel
- Node
- Express
Clone the repository and run the app using the following commands in the terminal:
git clone https://github.com/todd-demone/tweeter.git
cd tweeter
npm install // installs all of the dependencies
npm run start // starts the web serverTo use the app, go to http://localhost:8080/ in your browser.
- node (I used version 12.18.2)
- body-parser
- chance
- express
- jquery
- timeago.js
- babel
- nodemon
- sass
- webpack


