we love cat, not bird.
Click me for live demo.
Slyweester is text based social media web app. Inspired by Twitter features and design. Each post is called a Slywet.
- Interface Language is Turkish
- Login Page (Create Account, Login)
- Home Page (Slywets flow, Post Slywet)
- Slywerify Page (Real person or company verification)
- Tags Page (Tags and counts)
- Tag Detail Page (All Slywets of users related to the tag)
- Profile Page (User profile informations and Slywets)
- Create User (Type random for all inputs)
- Login (Type random for all inputs)
- New Slywet (Add post with tag or without tag)
- It is in draft form, data is not kept with any backend technology.
Run on Local Machine
git clone https://github.com/boranbatuhan/slyweester.git // Clone the repository.
cd slyweester // Change directory.
npm install // Install dependencies.
npm run dev // Run development mode.
npm run build // Build the project.