Skip to content

scozdev/twitter-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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