Tweeter is a simple, single-page Twitter clone.
This app was bulit with HTML, CSS, JS, jQuery and AJAX for the front-end, and Node, Express for the back-end.
- Start by writing a tweet in the tweet box and clicking tweet to submit it.
- Your tweet will be added on the page with the other tweets without the page refreshing.
- Error messages will be displayed if your tweet is empty or if your tweet exceeds character limit.
- This app uses responsive design and will adjust depending on the display size.
Main page of app
The tweets
Tweet can't be empty
Tweet can't exceed character limit
The moblie view of the app
- Install dependencies using the
npm installcommand. - Start the web server using the
npm run localcommand. The app will be served at http://localhost:8000/. - Go to http://localhost:8000/ in your browser.
- Express
- Node 5.10.x or above
- Nodemon