Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kerokero014/study_buddy


https://github.com/kerokero014/study_buddy

Last synced: about 2 months ago
JSON representation

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