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.
- 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.
- 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.
-
Fork the Repository:
- Click on the "Fork" button at the top-right corner of this page.
-
Clone the Forked Repository:
- Clone your forked repository using:
git clone https://github.com/your-username/tweeter.git
- Clone your forked repository using:
-
Install Dependencies:
- Navigate to the project directory and install dependencies with:
npm install
- Navigate to the project directory and install dependencies with:
-
Start the Server:
- Run the application with:
npm run local
- Run the application with:
-
Open in Browser:
- Open your web browser and navigate to http://localhost:8080.
Feel free to explore, contribute, and share your thoughts!
- Express
- Node 5.10.x or above