Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayushiee/fb-clone
A simple and responsive facebook clone built using Typescript and React.
https://github.com/ayushiee/fb-clone
clone facebook facebook-clone firebase reactjs sass typescript vitejs
Last synced: 20 days ago
JSON representation
A simple and responsive facebook clone built using Typescript and React.
- Host: GitHub
- URL: https://github.com/ayushiee/fb-clone
- Owner: ayushiee
- Created: 2021-06-25T16:55:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T20:28:54.000Z (over 3 years ago)
- Last Synced: 2023-11-07T19:06:52.448Z (about 1 year ago)
- Topics: clone, facebook, facebook-clone, firebase, reactjs, sass, typescript, vitejs
- Language: TypeScript
- Homepage: https://fb-clone-ayushiee.vercel.app
- Size: 5.58 MB
- Stars: 110
- Watchers: 3
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook Clone
A simple, responsive Facebook Clone made using Typescript and React.I chose [vitejs](https://vitejs.dev/) as a build tool for this project (Thanks [@karanpratapsingh](https://github.com/karanpratapsingh/) for the recommendation! 🙌). It truly is blazing fast!⚡
Currently, I have implemented the feed update feature only, along with a widget.
Deployed it using vercel [here](https://fb-clone-ayushiee.vercel.app).
Please leave a ⭐ as motivation if you liked the implementation 😄
## Demo
![Demo-1](src/assets/demo.gif)
## Technologies used
![Tech used](src/assets/techUsed.png)## Running the project
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).In the project directory, you can run:
#### `yarn start`
It runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.