Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. ✨🧮
- Host: GitHub
- URL: https://github.com/adebola-io/studybud
- Owner: adebola-io
- Created: 2023-04-28T16:23:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-15T18:26:15.000Z (over 1 year ago)
- Last Synced: 2023-08-15T20:11:03.080Z (over 1 year ago)
- Topics: javascript, scss, svelte
- Language: Svelte
- Homepage: https://studybud-co.vercel.app
- Size: 481 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.