Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

📖 Generate an assignment using the Web Speech API and Svelte

Notifications You must be signed in to change notification settings

kriskuiper/project-1-1920

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Werkstuk buddy homepage

OBA werkstuk generator

Generate an assignment (werkstuk) by answering simple questions.

⚠️ Highly experimental, only works in Chrome because of using the Web Speech API

📦 Features

🏎️ Getting started

Prerequisites

Before going any further, make sure you've installed the following, got this already? Skip to Local development.

🤓 Installation

# Clone the project
git clone https://github.com/kriskuiper/project-1-1920.git

# Install dependencies
yarn install

💻 Local development

After you've opened up your cli and did all of the above:

  • yarn dev => opens a dev environment on localhost:5000
  • yarn now:dev => you can use serverless functions in development (if you have an account on Zeit Now), runs on localhost:5001

🚀 Build and production

  • Building is done by Rollup which comes with Svelte as standard
  • You can force a production deploy by running yarn now:deploy although Now takes care of this on every push to the master branch.

⏱️ Wishlist

  • Make the state persistent by using localStorage
  • Do some more styling
  • Make the flow even more complicated

About

📖 Generate an assignment using the Web Speech API and Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.8%
  • JavaScript 35.3%
  • CSS 6.9%