Tweeter is a simple, single-page Twitter clone.
This was an educational project, focused mainly on front end. Utilizing CSS, JS, HTML, jquery, and AJAX. This was also paired with some backend work dealing with node and express. This single page twitter clone has no user login functionality, and was more focused on front end comfortability. Due to this, tweets posted come with a random user attached, not the main users account. The page is currently responsive to computer monitor, as well as tablet sizes.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm run localcommand. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
- Chance
- Body-Parser


