A community-driven support conversations platform for PennyLane quantum computing challenges. Users can browse challenges and participate in discussions to seek help, share knowledge, and collaborate.
- Browse coding challenges
- Filter challenges by category
- Filter discussions by category
- View and participate in discussions
- Next.js
- React
- TypeScript
- Sass
- The discussion reply box is UI-only. Submitting posts is not implemented since no API is provided.
- The focus of this project is on browsing, filtering, and viewing coding challenges and discussions.
- Full CRUD functionality was considered out of scope given the instructions and the limited time expected for this assessment.
npm install
# or
yarn installnpm run dev
# or
yarn dev