Quotes is a simple web application that allows you to store your quotes and share them with your friends.
The idea came up after I started writing a quote that I found on the internet in my to-do list app 😆 and I thought why not create a quotes app, Similar to a to-do list app but it's made for quotes instead of tasks.
- Next.js – framework
- TypeScript – language
- Tailwind CSS – CSS
- Next Themes – dark mode
- shadcn/ui – UI library
- Vercel – deployments
git clone https://github.com/imadatyatalah/quotes.git
cd quotes
pnpm i
pnpm dev
Create a .env.local
file similar to .env.example
.
Distributed under the MIT License. See LICENSE
for more information.