Tweeter is a single-page Tweeter clone. It is built using HTML, CSS, JS, jQuery and AJAX for front-end, and Node, Express and MongoDB for back-end. The intention of this project was to implement CSS and HTML styling along with incoporating JS functionality.
- Creating a NodeJS application to focus on jQuery/front-end javascript and styling
- Understand styling conventions and use Flexbox when needed
- Use AJAX calls to interface with a local database and render the returned information
- 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.
- node
- body-parser
- chance
- express
- md5





