It's a Linktree alternative for people of marginalized genders.
This project was originally made for the TechTogether Online hackathon hosted by MLH. You can find the project details here
- You can create a profile with your name, identity, social media links, etc.
- You can add a profile picture.
- You can see other people's profiles.
- You can chat with other people in realtime.
- Uses Appwrite Cloud for authentication, database, storage and realtime
- Uses Chakra UI for styling
- Uses React for frontend (Vite)
- Fork this repository
- After cloning your fork, run
npm install
- Create
.env
file referencing.env.example
(need to get all necessary IDs by creating an Appwrite Cloud project) - Run
npm run dev
to start the server.