https://github.com/tanisha03/social-ape
Front-end for a social app built on React
https://github.com/tanisha03/social-ape
Last synced: about 2 months ago
JSON representation
Front-end for a social app built on React
- Host: GitHub
- URL: https://github.com/tanisha03/social-ape
- Owner: tanisha03
- Created: 2019-09-09T17:08:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:38:18.000Z (over 2 years ago)
- Last Synced: 2025-02-13T04:31:17.857Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social-APE Front-end
Social-APE is a social media platform build on react with backend on Firebase. It allows the user to sign up on the platform and like,comment or post updates. You also have the functionality to edit your profile.
## Installation
Use basic [git](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf) commands to install and run Social-APE
```bash
git clone https://github.com/tanisha03/social-APE.git
```
Navigate to the required directory using ```cd```, install [node](https://nodejs.org/en/), node packages, and run the server.
```bash
npm install
npm start
```
The website will be run via localhost. It can then be viewed in your preferred browser.
## UsageHosted on [firebase](https://social-ape-53553.firebaseapp.com/).
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)