Skip to content

TWITTER-CLONE-APP | A social media platform built with React.js, Node.js, Express.js & Cloudinary ☁️. Users can πŸ” explore posts, πŸ“Έ upload their own, πŸ’¬ interact with others, and πŸ‘₯ stay connected with friendsβ€”creating a dynamic & engaging experience! πŸš€

Notifications You must be signed in to change notification settings

kunal-511/twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Twitter Clone

This project is a full-stack clone application with a backend built with Node.js and a frontend built with React. The project is structured into two main folders: backend and frontend.

Table of Contents

Getting Started

To get started with the project, follow the instructions below:

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-name>
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Run the production server:

    npm run start

Project Structure

The project is structured into two main folders:

  • backend: Contains the server-side code.
  • frontend: Contains the client-side code.
project-name/
β”‚
β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ controllers/
β”‚   β”œβ”€β”€ models/
β”‚   β”œβ”€β”€ routes/
β”‚   β”œβ”€β”€ server.js
β”‚   └── ...
β”‚
β”œβ”€β”€ frontend/
β”‚   β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ package.json
β”‚   └── ...
β”‚
β”œβ”€β”€ package.json
└── README.md

Technologies Used

  • Backend: Node.js, Express, MongoDB, Mongoose, Cloudinary
  • Frontend: React,tanstack/react-query , Material-UI,
  • Other: cross-env, nodemon

To run the docker container

docker run -p 5000:5000 --env-file .env twitter-app


About

TWITTER-CLONE-APP | A social media platform built with React.js, Node.js, Express.js & Cloudinary ☁️. Users can πŸ” explore posts, πŸ“Έ upload their own, πŸ’¬ interact with others, and πŸ‘₯ stay connected with friendsβ€”creating a dynamic & engaging experience! πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages