Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerokero014/study_buddy
https://github.com/kerokero014/study_buddy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kerokero014/study_buddy
- Owner: kerokero014
- Created: 2024-06-03T15:31:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T05:19:03.000Z (7 months ago)
- Last Synced: 2024-06-09T23:18:06.891Z (7 months ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# Overview
# Studdy Buddy
This was a web application that was inspired from quizlet where you can create decks of flashcards about a certain topic learn about it and study it as well.
[Software Demo Video](https://youtu.be/7Yak6i8pBRQ)
# Web Pages
For this Web app I used Nextjs and utilized its own directory routing system, allowing me to make dynamic pages inside folders.
## Pages:
- Main Page
- Decks Page ( view all topics you want to study about)
- FlashCard Page ( where you can add flashcards with a question and asnwer)
- Login Page# Development Environment
* NextJS
* TailwindCSS
* Prisma ORM
* MySQL
* TypeScript