https://github.com/todd-demone/tweeter
A simple, single-page Twitter clone. Built with jQuery, Sass, Webpack and Babel.
https://github.com/todd-demone/tweeter
es6 javascript nodejs sass webpack
Last synced: 3 months ago
JSON representation
A simple, single-page Twitter clone. Built with jQuery, Sass, Webpack and Babel.
- Host: GitHub
- URL: https://github.com/todd-demone/tweeter
- Owner: todd-demone
- Created: 2021-12-07T15:27:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T21:02:15.000Z (over 4 years ago)
- Last Synced: 2025-07-13T16:51:52.669Z (12 months ago)
- Topics: es6, javascript, nodejs, sass, webpack
- Language: SCSS
- Homepage:
- Size: 16.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweeter Project
Tweeter is a simple, single-page Twitter clone.
## Purpose
I created Tweeter while completing the [Lighthouse Labs](https://github.com/lighthouse-labs) [Web Development Flex Program](https://www.lighthouselabs.ca/en/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
## Screenshots
#### Basic functionality

#### Responsive breakpoints

#### Character counter and error message

## Getting Started
Clone the repository and run the app using the following commands in the terminal:
```bash
git clone https://github.com/todd-demone/tweeter.git
cd tweeter
npm install // installs all of the dependencies
npm run start // starts the web server
```
To use the app, go to in your browser.
## Dependencies
- [node](https://nodejs.org) (I used version 12.18.2)
- [body-parser](https://www.npmjs.com/package/body-parser)
- [chance](https://www.npmjs.com/package/chance)
- [express](https://expressjs.com/)
- [jquery](https://jquery.com/)
- [timeago.js](https://www.npmjs.com/package/timeago.js)
- [babel](https://babeljs.io/)
- [nodemon](https://www.npmjs.com/package/nodemon)
- [sass](https://sass-lang.com/)
- [webpack](https://webpack.js.org/)
## Author
[Todd Demone](https://github.com/todd-demone)