BrainStacks Svelte Themes

Brainstacks

A Svelte front-end web app for making flash cards.

BrainStacks

BrainStacks is a simple front-end web application built with Svelte. It is used to create flash cards with questions and answers, and can be grouped into many different categories. BrainStacks does not have a backend, so all flash cards are stored in the browser of users using local storage.

This is my first project with Svelte, and it was fun because I got to use features like;

  • Reusable components
  • Reactive values
  • Event handling and forwarding
  • Transitions and animations

Technologies

  • Front-end;
    • HTML
    • CSS (SASS)
    • Svelte

Installation

  1. Clone the repo
git clone https://github.com/4g3nt47/BrainStacks.git
cd BrainStacks
  1. Install dependencies
npm install
  1. Run the dev server
npm run dev

Top categories

Loading Svelte Themes