A social media Application that helps you explore and connect with people having similar interests like you!
video.mp4
Client
Server(CMS)
- Google Identity Service - Login
- Masonry Layout Pins Display
- Pin Download, Deletion, Saving, Saveing Status, Description Link
- Pin Comment and Similar Category Pin Suggestion
- Search based on Post name, comment, category, etc.
- User Profle sharing user's acitivity, liked, commented and shared Pins
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_GOOGLE_API_TOKEN
REACT_APP_SANITY_PROJECT_ID
REACT_APP_SANITY_TOKEN
This Project has the following installations:
Clone the project
git clone https://github.com/SAHU-01/PostIt.git
Go to the client directory
cd client
Install dependencies
npm install
Start the client
npm start
Go to the server directory
cd server
Install dependencies
npm i sanity
Start the client
sanity start
Check the Databas by
sanity manage
This Project is Deployed on Netlify
- Todo : LogOut Feature Addition
- Todo : Improve Load Time and implement data optimization for smooth user experience
- Google Identity Services Login
- Sanity CMS
- Masonry Layout
- React Routing - react router dom v6