Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolovlazar/flashcards
A flashcards app.
https://github.com/nikolovlazar/flashcards
nextjs prisma
Last synced: 15 days ago
JSON representation
A flashcards app.
- Host: GitHub
- URL: https://github.com/nikolovlazar/flashcards
- Owner: nikolovlazar
- Created: 2022-12-24T20:17:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:59:22.000Z (2 months ago)
- Last Synced: 2024-10-15T03:54:20.023Z (28 days ago)
- Topics: nextjs, prisma
- Language: TypeScript
- Homepage:
- Size: 847 KB
- Stars: 40
- Watchers: 2
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashcards ðŸ§
Flashcards is a simple CRUD app that allows users to create their own flashcards and categories, and lets them practice by showing them the cards. This project is part of a workshop we're doing at [Sentry.io](https://sentry.io/welcome).
## Getting started
- `npm install`
- `npm run seed`
- Create Sentry account
- Create Sentry project "flashcards"
- Set up Sentry with the Next.js wizard: `npx @sentry/wizard@latest -i nextjs`## Finding Bugs
- Test out all the features of the Flashcards app
- When you encounter an error or notice a performance issue, go check Sentry
- It's more than likely your error has been picked up by Sentry
- Click on the issue in your dashboard to see in depth details about where the issue happened, who it affected and what led to it.