https://github.com/arjun1237/gupshup
Gupshup is a social networking website developed using vanilla JavaScript. Users can add posts on their wall & delete them. They can also like & comment on anybody's posts.
https://github.com/arjun1237/gupshup
bootstrap css frontend-development gupshup html javascript js
Last synced: 6 months ago
JSON representation
Gupshup is a social networking website developed using vanilla JavaScript. Users can add posts on their wall & delete them. They can also like & comment on anybody's posts.
- Host: GitHub
- URL: https://github.com/arjun1237/gupshup
- Owner: arjun1237
- Created: 2020-07-15T07:09:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T06:38:17.000Z (about 5 years ago)
- Last Synced: 2025-06-06T21:42:22.914Z (7 months ago)
- Topics: bootstrap, css, frontend-development, gupshup, html, javascript, js
- Language: JavaScript
- Homepage: https://arjun1237.github.io/Gupshup_JS-HTML-CSS/
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gupshup
A social media website
Gupshup is a desktop app :computer: which uses HTML, CSS, Javascript, Bootstrap along with localstorage.
Gupshup lets you add posts. You can also comment & like other people's posts.
# Screenshots

## Installation
Clone the App
```
git clone "https://github.com/arjun1237/gupshup.git"
```
Install a live server & run it
```
npm install -g live-server
live-server
```
Your app is up & running on http://127.0.0.1:8080/
---
## Issues / Need changes
- [ ] Index page rerenders on every new post.
- [ ] Login/logout is not functioning.
- [ ] Story buttons are static. A new property called stories can be added to the User class.
- [ ] Search bar is static.
- [ ] Profile Page is static.