Skip to content

ObayM/projects-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8201b1 · · Nov 13, 2025

History

24 Commits
Nov 1, 2025
Nov 13, 2025
Nov 1, 2025
Nov 11, 2025
Nov 1, 2025
Nov 1, 2025
Nov 3, 2025
Nov 6, 2025
Nov 6, 2025
Nov 1, 2025
Nov 1, 2025
Nov 6, 2025

Repository files navigation

Shiplog

Want to track your projects journey See other project journeys!!

Checkout: https://projects-system.vercel.app/


Tech Stack

  • Nextjs
  • React
  • Tailwind CSS
  • Supabase (DB & Auth)uth)
  • Lucide/React Icons

Getting Started

From the project-devlogs directory(cd there):

# install dependencies
npm install

# run dev server
npm run dev

ev

Open http://localhost:3000 during development.


Pages

  • /login : to login to your account

  • /signup : to create a new account

  • auth/email-confirm : to confirm your email

  • /onboarding : to choose a username

  • /explore : to see all puplic projects

  • /projects : to see your projects

  • /projects/create : to create a new project

  • /u/username/project-slug : to see the full details of a project

  • /u/username/project-slug/devlogs : to see the devlogs of certain project

  • /u/username/project-slug/devlogs/devlogId to read a devlog in full mode

  • /u/username/project-slug/devlogs/new : to create a new devlog