Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.66 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.66 KB

Tweeter Project

Tweeter is a simple Twitter clone project built with HTML, CSS, jQuery, and Node.js. It allows users to compose and post tweets with a character limit and view existing tweets.

Features

  • Compose new tweets with a character limit of 140.
  • View and interact with existing tweets.
  • Character counter to keep track of tweet length.
  • Responsive design with breakpoints for a seamless experience on different devices.
  • Client-side validation to ensure tweets meet the necessary criteria.

Technologies Used

  • HTML, CSS for front-end design.
  • jQuery for DOM manipulation and AJAX requests.
  • Node.js for the server-side implementation.
  • Express.js for handling routes and requests.

Final Product

"Screenshot of Desktop View"

Getting Started

  1. Fork the Repository:

    • Click on the "Fork" button at the top-right corner of this page.
  2. Clone the Forked Repository:

    • Clone your forked repository using:
      git clone https://github.com/your-username/tweeter.git
      
  3. Install Dependencies:

    • Navigate to the project directory and install dependencies with:
      npm install
      
  4. Start the Server:

    • Run the application with:
      npm run local
      
  5. Open in Browser:

Feel free to explore, contribute, and share your thoughts!

Dependencies

  • Express
  • Node 5.10.x or above