A personal quote collection app that allows users to easily collect, save and organise quotes from family members, friends and loved ones.
- Clone the repository with
git clone https://github.com/jis3r/quotebox.git
or download the code via .zip. - Install the required dependencies by running
npm i
. - Run the app with
npm run dev
.
- 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
Check out the current demo of quotebox here.
This project was created by @jis3r for the first Svelte Hackathon. I am the only contributor and the first commit is from February 23, 2023.