diff --git a/README.md b/README.md index d69a115..28e2271 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ -# Nuxt 3 Minimal Starter +# Todo/Notes App Made With Nuxt 3 -Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. +Hosted on [vercel](https://notes.tzgyn.com) (expects slow loading due to +vercel's cold start) + +## Preview (currently dark mode only) + +### Homepage + +![homepage](./assets/screenshots/homepage.png) + +### Editor + +![editor](./assets/screenshots/editor.png) + +### Markdown Render + +![markdown](./assets/screenshots/markdown.png) ## Setup @@ -39,4 +54,6 @@ Locally preview production build: npm run preview ``` -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. +Check out the +[deployment documentation](https://nuxt.com/docs/getting-started/deployment) for +more information. diff --git a/assets/screenshots/editor.png b/assets/screenshots/editor.png new file mode 100644 index 0000000..3d5c4b0 Binary files /dev/null and b/assets/screenshots/editor.png differ diff --git a/assets/screenshots/homepage.png b/assets/screenshots/homepage.png new file mode 100644 index 0000000..c4d38ce Binary files /dev/null and b/assets/screenshots/homepage.png differ diff --git a/assets/screenshots/markdown.png b/assets/screenshots/markdown.png new file mode 100644 index 0000000..0d8c3e1 Binary files /dev/null and b/assets/screenshots/markdown.png differ