Poster App is a full stack web app through which user post messages. The app is created by using react as the frontend and firebase for the backend.
Poster App is a web app through which
- user can post, edit and delete their post messages
- user can search and follow other users to view, like and comment on post messages
- user can bookmark any post messages
Frontend Code -> https://github.com/PoojeshShetty/posterApp
Deployed URL -> https://posterapp-fe923.web.app/
FrontEnd - React
Additional NPM Libraries
- react-router-dom
- firebase
- date-fns
- escape-string-regexp
Styling: CSS
Database: Firebase firestore
Authentication and Authorisation: Firebase Auth
Storing Images: Firebase Storage
Deployment: Fireabase Hosting
- Post a message.
- Edit and delete post messages
- Update profile with bio, profile picture and cover image.
- Follow other users and see thier profile.
- Comment, like and bookmark other users post
- User Management (Login, register, profile update)
- Authenticated Routes.