Skip to content

baronrustamov/1000-words

 
 

Repository files navigation

1000 Words

A simple flashcard application, deployable to any static file server.

Demo

https://1000-words.pages.dev

Contributing

To add a new list of cards:

  1. Create the csv files and add it to the static/lists folder.
  2. Add an entry to the static/lists/metadata.json.

Deployment

To build the static files run:

  npm run build

The files will end up in the build directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 68.8%
  • JavaScript 28.8%
  • HTML 2.4%