https://github.com/tokiory/waitread
📚 My personal reading list
https://github.com/tokiory/waitread
astro curated-list reading reading-list
Last synced: 5 months ago
JSON representation
📚 My personal reading list
- Host: GitHub
- URL: https://github.com/tokiory/waitread
- Owner: tokiory
- Created: 2024-08-25T23:17:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T23:06:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T03:12:31.587Z (over 1 year ago)
- Topics: astro, curated-list, reading, reading-list
- Language: TypeScript
- Homepage: https://tokiory.github.io/waitread/
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wait, read
Personal reading list.
- ⚒️ All content files are located in [Supabase](https://supabase.com);
- 👨🚀 Built on top of [Astro](https://astro.build);
- ✨ Uses [Tailwind CSS](https://tailwindcss.com);
# Database
```sql
CREATE TABLE articles (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL,
topic TEXT NOT NULL,
title TEXT NOT NULL,
url TEXT NOT NULL,
favorite BOOLEAN NOT NULL,
tags TEXT[] NOT NULL,
status TEXT NOT NULL,
);
```
> [INFO] Yep, only one table.
# License
[MIT](https://choosealicense.com/licenses/mit/)
---
⭐️ Built on top of [Astro](https://astro.build), [Vercel](https://vercel.com) and [Supabase](https://supabase.com).