gilabarreto / tweeter

This project was build with HTML, CSS, JS, jQuery and AJAX as part of my Lighthouse Labs studies, practicing my front-end skills, and also Node, Express back-end skills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweeter Project

Tweeter is a single-page Twitter clone, where users can create short posts of up to 140 characters and have them append to the main page. Posts are sequential, with the most recent posts appearing at the top of the page. To do so, Tweeter fetches a list of posts from a simplified ‘server’ and allows users to add posts to this list dynamically. All the requests will be made asynchronously, which allowed us to gain familiarity using the jQuery library to make these requests.

This project was build with HTML, CSS, JS, jQuery and AJAX as part of my Lighthouse Labs studies, practising my front-end skills, and also Node, Express back-end skills.

Final Product

Running App

"screenshot of TinyApp running"

Designed for Mobile, Tablet and Desktop

"screenshot of TinyApp running"

Getting Started

  1. Create a new repository using this repository as a template.
  2. Clone your repository onto your local device.
  3. Install dependencies using the npm install command.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  5. Go to http://localhost:8080/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above

Enjoy!

""

About

This project was build with HTML, CSS, JS, jQuery and AJAX as part of my Lighthouse Labs studies, practicing my front-end skills, and also Node, Express back-end skills.


Languages

Language:JavaScript 51.5%Language:CSS 30.6%Language:HTML 17.9%