Skip to content

Commit

Permalink
feat: add create edit workshop modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphico committed May 24, 2024
1 parent 21be010 commit 01f903e
Show file tree
Hide file tree
Showing 28 changed files with 1,658 additions and 65 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A platform for developers to plan and manage virtual workshops

## Core features

1. Users should be able to create and schedule virtual workshops, specifying details such as title, details, date, time, duration, and target audience
1. Users should be able to create and schedule virtual workshops

2. Users should be able to register for workshops, receiving confirmation for registering and receiving reminders for upcoming events

Expand All @@ -31,13 +31,11 @@ The architecture of this project revolves around a streamlined development and d
- [x] Add landing page
- [x] Add auth with lucia
- [ ] Workshop creation
- [ ] Add workshops page
- [ ] Interactive workshop session(e.g video conferencing, live chat code editor)
- [ ] Edit workshop
- [ ] Delete workshop
- [ ] Participant registration
- [ ] Workshops tags for search
- [ ] Join workshops with workshop id
- [ ] Join workshops with workshop code
- [ ] Complete workshop & dashboard page

## Running locally
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,22 @@
"db:studio": "dotenv drizzle-kit studio"
},
"dependencies": {
"@hookform/resolvers": "^3.4.2",
"@loglib/tracker": "^0.8.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@t3-oss/env-nextjs": "^0.10.1",
"arctic": "^1.8.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.30.10",
"geist": "^1.3.0",
"lucia": "^3.2.0",
Expand All @@ -42,7 +48,9 @@
"pg": "^8.11.5",
"postgres": "^3.4.4",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"react-wrap-balancer": "^1.1.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
Expand Down
Loading

0 comments on commit 01f903e

Please sign in to comment.