Tweeter is a simple, single-page Twitter clone. This repository is build upon to practice HTML, CSS, JS, jQuery and AJAX front-end skills, and Node, Express and MongoDB back-end skills.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
- If an user clicks on "WRITE A NEW TWEET" the user will be directed to the tweet text section.
- If any user's mouse hovers over one of the tweets it gets highlighted and the text gets bolder with shadow effect.
- Word counter turns red if the maximum number of characters is crossed.
- Error shows up if tweet texts exceeds 140 characters and if there is no message are posted in the textarea.