Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.27 KB

File metadata and controls

77 lines (50 loc) · 1.27 KB

Twitter Clone Frontend

Twitter clone using MERN stack (Mongo, Express, React, Node).

This is the frontend repository, built with React. If you are looking for the backend repository, click here

🚀 Tech Stack

  • ReactJs
  • Storybook
  • NodeJs
  • Express
  • MongoDB
  • Mongoose

⚠️ Prerequisite

  • node
  • npm
  • mongodb

📜 Todo

  • Login/Signup
  • New tweet
  • Like
  • Comment
  • View Profile
  • Light theme / Dim theme / Dark theme
  • Search
  • Edit Profile
  • Retweet

💿 How to run local

At the root of your project create an .env file with the following contents:

REACT_APP_BACKEND_URL=<YOUR_BACKEND_URL>
REACT_APP_CLOUDINARY_ENDPOINT=https://api.cloudinary.com/v1_1/<YOUR_CLOUD_NAME>
- npm install  
- npm run start

UI

Home

Home

Home

Explore

Explore

Explore

Lists

Lists

Lists

More

More

Profile

Profile

Profile