https://github.com/jis3r/quotebox-archived
https://github.com/jis3r/quotebox-archived
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jis3r/quotebox-archived
- Owner: jis3r
- Created: 2023-02-23T20:47:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T08:30:53.000Z (9 months ago)
- Last Synced: 2025-02-06T01:45:28.754Z (4 months ago)
- Language: Svelte
- Homepage: https://quotebox.vercel.app
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.