https://github.com/coder-blue/argon-note
Just a simple Notion clone with a little bit of adjustment.
https://github.com/coder-blue/argon-note
clerk-auth convex edgestore google-generative-ai nextjs reactjs typescript
Last synced: 10 months ago
JSON representation
Just a simple Notion clone with a little bit of adjustment.
- Host: GitHub
- URL: https://github.com/coder-blue/argon-note
- Owner: Coder-Blue
- License: mit
- Created: 2024-06-07T03:14:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:12:37.000Z (over 1 year ago)
- Last Synced: 2025-01-21T09:48:43.545Z (11 months ago)
- Topics: clerk-auth, convex, edgestore, google-generative-ai, nextjs, reactjs, typescript
- Language: TypeScript
- Homepage: https://argon-note.vercel.app/
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TL;DR
## What is this?
- This so called **Argon** is just a simple Notion clone that I made based on [Code With Antonio](https://www.youtube.com/@codewithantonio)'s video, but there is a bit of adjustment just for *Vietnamese*, and it has an AI chat function.
- The live website is in the description. You can try it out.
## What can it do?
- 📓 Take note, share note for friend.
- 🤖 AI chat bot.
## Getting Started
**First**, clone the git:
```bash
git clone https://github.com/Coder-Blue/argon-note.git
```
**Second**, install the dependencies:
```bash
npm install
#or
yarn install
#or
pnpm install
#or
bun install
```
**Third**, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Before modifying my project, you should take a look into [Convex Docs](https://docs.convex.dev/home) and Edgestore to set up the database, [Google AI Studio](https://aistudio.google.com/) to make the AI function works, and make a proper `.env.local` for the project.
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Donate
You can support financially with this QR code bank scanning, thank you very much <3:

## Support
- You can ask me if there is any problem:
Join my Discord server: https://discord.gg/5Nmwm24dWV
Email contact: trananhquan1009@gmail.com
Facebook contact: [Noah Trần](https://www.facebook.com/noah.tran1109)