Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/thewasif/twitter-clone
- Owner: thewasif
- License: mit
- Created: 2020-03-30T14:35:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T12:39:37.000Z (over 4 years ago)
- Last Synced: 2023-03-08T02:15:54.977Z (almost 2 years ago)
- Topics: express, javascript, jwt, mongodb, nodejs, react
- Language: JavaScript
- Homepage: https://twitter-clon.netlify.app/wasif
- Size: 897 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!_