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

https://github.com/jis3r/quotebox-archived


https://github.com/jis3r/quotebox-archived

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# quotebox

A personal quote collection app that allows users to easily collect, save and organise quotes from family members, friends and loved ones.

## Installation

1. Clone the repository with `git clone https://github.com/jis3r/quotebox.git` or [download the code via .zip](https://github.com/jis3r/quotebox/archive/refs/heads/main.zip).
2. Install the required dependencies by running `npm i`.
3. Run the app with `npm run dev`.

## Features

- Add quotes with quote, author and date
- Search for quotes
- Filter quotes by author
- Get a "quote of the day"
- Get random quotes from your collection

## Technologies used

- [SvelteKit](https://kit.svelte.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Lucide Icons](https://lucide.dev/)
- [Supabase](https://supabase.com/)
- [Vercel](https://vercel.com/)
- [localStorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)

## Demo

Check out the current demo of quotebox [here](https://quotebox.vercel.app).

## Background

This project was created by [@jis3r](https://twitter.com/jis3r) for the first [Svelte Hackathon](https://hack.sveltesociety.dev/). I am the only contributor and the first commit is from February 23, 2023.