Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone

This project is a Twitter clone built using the MERN stack.

Features

  • User authentication
  • Post creation, deletion, and liking
  • Commenting on posts
  • Responsive design

Technologies Used

  • React
  • React Query
  • React Router
  • DaisyUI
  • Tailwind CSS
  • Node
  • Express
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/InfinitelyFinite/x-clone.git
    cd twitter-clone
  2. Install dependencies for both frontend and backend:

    cd frontend
    npm install
    cd ../backend
    npm install
    cd ..
  3. Start the development servers for both frontend and backend:

    cd frontend
    npm run dev
    cd ../backend
    npm run dev
  4. Open your browser and navigate to http://localhost:3000.

Deployment

The website is deployed and can be accessed at https://x-clone-bt9k.onrender.com/.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages