Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thewasif/twitter-clone

Twitter clone created with React, Nodejs, Express Framework and MongoDB. CI/CD with GitHub Actions and deployed to Heroku!
https://github.com/thewasif/twitter-clone

express javascript jwt mongodb nodejs react

Last synced: about 1 month ago
JSON representation

Twitter clone created with React, Nodejs, Express Framework and MongoDB. CI/CD with GitHub Actions and deployed to Heroku!

Awesome Lists containing this project

README

        

Twitter Clone

![Screenshot](screenshots/screenshot.png)

This is the front end only! open [muhammadwasif/twitter-clone-api](https://github.com/muhammadwasif/twitter-clone-api) to see backend

## 🧑‍💻 Tech Stack

- ReactJS
- SCSS
- other React and JavaScript libraries

## 📦 Setup

To run this app locally,

```bash
$ git clone https://github.com/MuhammadWasif/twitter-clone-client.git
$ cd twitter-clone-client
$ npm install
$ npm start
```

> Server must be started before

Change server variable in `src/helpers/utils.js` to the url of server (only if you're running server locally.) If you want to run front end only skip this step

The app wil start on http://localhost:3000

_Happy Coding!_