Here you go!
Shade - (A Social Media Website with Anonymous Username) Shade is a social media platform with features like the ability to create an account using an anonymous name offers a space for individuals to express themselves freely without the fear of judgment. Users can freely share photos or texts without the constraints of revealing their identities, promoting open and fearless communication. This feature encourages open and fearless communication, allowing users to express their opinions without the concern of disclosing their names.
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
Clone the project
git clone https://github.com/rajeev-30/Shade.gitGo to the project directory
cd shadeInstall dependencies
cd shade
npm install cd frontend
npm installStart the server
cd shade
npm run devStart the Client
cd frontend
npm run dev