Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adebola-io/studybud

Tool for generating summaries and quizzes, with Svelte and SCSS. ✨🧮
https://github.com/adebola-io/studybud

javascript scss svelte

Last synced: 6 days ago
JSON representation

Tool for generating summaries and quizzes, with Svelte and SCSS. ✨🧮

Awesome Lists containing this project

README

        

StudyBud, an AI Powered Study Tool

This is the code for a StudyBud, a web app for summarization and question taking, with the backend written in Django and the frontend written in Svelte.

## Documentation

Necessary files regarding usage and synchronization between backend and frontend can be viewed [here].

## Design

The working design for the frontend can be viewed [here](https://www.figma.com/file/kodOuQmKGvDtKwKWiS2hbR/Quiz-App?type=design&node-id=0%3A1&mode=design&t=OcTgSuVqgs0mNUBj-1).

## Development

### Frontend

To run the frontend locally, Node and npm are required. All development dependencies can be installed by running `npm install` in the client folder. To start the frontend, run

```shell
npm run dev
```

in the client folder.