Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quackness/tweeter
https://github.com/quackness/tweeter
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/quackness/tweeter
- Owner: quackness
- Created: 2022-03-16T00:54:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T23:20:42.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T08:11:55.653Z (2 months ago)
- Language: JavaScript
- Homepage: https://tweeter-six-tau.vercel.app
- Size: 3.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweeter Project
Tweeter is a single-page Twitter clone, it uses ***Ajax*** to provide a real time update the page with user submitted tweets. The page events are handled with ***jQuery***; the design is powered with ***HTML + CSS*** with an emphasis on mobile responsiveness.
It has been built for learning purposes. Not intended to use in production-grade software.
# Ready product
![Desktop](/public/images/desktop.png)
![Mobile](/public/images/mobile.png)
## Getting Started
1. Fork this repository and clone it onto your local device.
2. Install dependencies using the `npm install` command.
3. Start the web server using the `npm run local` command.
4. The app will be served at in your browser.
5. Submit a tweet and see it being published.## Dependencies
- Express
- Node 5.10.x or above
- Body Parser
- Chance