Skip to content

boranbatuhan/Slyweester

Repository files navigation

Slyweester

we love cat, not bird.

Click me for live demo.

webres-demo

📔 About

Slyweester is text based social media web app. Inspired by Twitter features and design. Each post is called a Slywet.

📜 Features

  • 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)

💻 Usage

  • 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.

#️⃣ Commands for Local Machine

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.