Club Learning Activity in Building WebApp
LittleTwitterClone is a simple, lightweight Twitter-like application built using Node.js, JavaScript, HTML, and MongoDB. Users can send tweets, which will be displayed in a reverse-chronological order, showing the latest tweets at the top.
- Post new tweets
- View tweets in a reverse-chronological order
- Responsive design for both desktop and mobile devices
- Node.js
- MongoDB
-
Clone the repository: git clone https://github.com/Vin3ntKing/LittleTwitterClone.git
-
Navigate to the project directory
-
Install the required dependencies
-
Start the MongoDB server
-
In another terminal window, start the Node.js server
-
Open your browser and navigate to
http://localhost:3000
to start using LittleTwitterClone.
- Node.js
- JavaScript
- HTML
- CSS
- MongoDB
This project is licensed under the MIT License. See the LICENSE file for details.