Skip to content

Tejasva-Bhatia/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • CSS 22.8%
  • HTML 19.0%