Gupshup is a desktop app 💻 which uses HTML, CSS, Javascript, Bootstrap along with localstorage. Gupshup lets you add posts. You can also comment & like other people's posts.
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/
- 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.