About
A web app to present a quote randomly from the books, which I have read.
Set the web app as the browser new tab default page, so I can review those quotes everytime when I open a new tab in browser.
Support Plattform
- Web
User story
As a reader I want to show me the quotes which I collect during book reading, so that I can review those quotes easily.
Technologies
- Next.js
- TypeScript
- Sass
- Tailwind CSS
- Markdown
- gray-matter
- Vercel
Setup
- install dependencies:
npm i
- run the dev server locally:
npm run dev
- open
http://localhost:3000
to see the result
How to collect the quotes
- read book and collect quotes via WeChat Reading(微信读书)
- create markdown file and paste the quotes from WeChat Reading
- add frontmatter to the markdown file
- save the file into
data/books