diff --git a/README.md b/README.md
index f4da3c4..e8cbbb0 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,136 @@
-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).
+
-## Getting Started
+
![Banner](public/preview/amongus.png)
-First, run the development server:
+[pomodoro-re.vercel.app](https://pomodoro-re.vercel.app/), Re-imagine Pomodoro in my own way
+Using Next.js 13, enhanced with Tailwind, theme custom with daisyUI, powered by TypeScript, and seamlessly deployed via Vercel.
+
+[![CodeFactor](https://www.codefactor.io/repository/github/thienguen/pomodoro-re/badge)](https://www.codefactor.io/repository/github/thienguen/pomodoro-re)
+
+
+
+# Preview โ๏ธ
+
+
+
+
![Banner](public/preview/preview-pomo.gif/)
+
+
+
+## Getting Started ๐ฒ
+
+
+
+
+Set up the environment variables file with the following variables. (Optional)
```bash
-npm run dev
-# or
-yarn dev
-# or
-pnpm dev
+ git clone https://github.com/Thienguen/pomodoro-re.git
+
+ # create .env file
+
+ NEXT_PUBLIC_DISCORD_ID=
+ NEXT_PUBLIC_EMAIL=
+```
+
+### Next, run in the CLI (root folder) โข๏ธ
+
+```bash
+ # install dependencies
+ npm install
+
+ # run the development server
+ npm run dev
+ # or
+ yarn dev
+ # or
+ pnpm 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.
+# Features โ๏ธ
+
+- [x] Discord Presence
+- [x] useSound
+- [x] Theme options
+- [x] Reponsive (??)
+
+# Project Folder Structure ๐
+
+Welcome to the project's folder structure! Below is an organized representation of the directories and subdirectories:
+
+```bash
+## public
+โโโ ๐ fav
+โโโ ๐ icons
+โโโ ๐ preview
+โโโ ๐ sounds
+
+## src code
+โโโ ๐ app
+โ โโโ ๐ layout.tsx
+โ โโโ ๐ page.tsx
+โโโ ๐ components
+โ โโโ ๐ footer
+โ โ โโโ ๐ lanyard
+โ โ โโโ ๐ index
+โ โโโ ๐ header
+โ โ โโโ ๐ left-right
+โ โ โโโ ๐ menu
+โ โ โโโ ๐ modal
+โ โ โโโ ๐ index
+โ โโโ ๐ home
+โ โ โโโ ๐ index
+โ โโโ ๐ provider
+โ โ โโโ ๐ ContextProvider.tsx
+โ โโโ ๐ setting
+โ โ โโโ ๐ index
+โ โโโ ๐ ui
+โ โ โโโ ๐ themes
+โโโ ๐ hooks
+โ โโโ ๐ pomodoro
+โ โโโ ๐ useXXX.ts
+โโโ ๐ lib
+ โโโ ๐ type
+ โโโ ๐ util
+
+## css
+โโโ ๐ styles
+โ โโโ ๐ global.css
+โ โโโ ๐ cursor.css
+```
+
+# Tech Stack
+
+- [Next.js](https://nextjs.org/)
+- [React.js](https://reactjs.org/)
+- [Tailwind CSS](https://tailwindcss.com/)
+- [DaisyUI](https://daisyui.com/)
+
+# ๐ Statistic
+
+
+
+![Alt](https://repobeats.axiom.co/api/embed/7ceb93769b2e01daa7c2395d02483a6841370d81.svg "Repobeats analytics image")
-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
+# Issues ๐งป
-To learn more about Next.js, take a look at the following resources:
+The repo currently facing two known bugs from Next.js
-- [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.
+- [ ] [Server run out of memory](https://github.com/vercel/next.js/issues/46756)
+- [ ] [Non Post Server Error](https://github.com/vercel/next.js/issues/53882)
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
+# Aight ๐ง
-## Deploy on Vercel
+- I still having the original Pomodoro before the current one, not sure what happened?
+- Was intended to do a reverse-engineer, turns to re-imagine.
+- Project was done in: 20 hours
+- it turns out, aight.
+- Heavily inspired by [Pomofocus](https://pomofocus.io/) and [JoseMurlloc](https://github.com/JoseMurilloc/clone-pomofocus)
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
+# ๐ License & Forking/Cloning
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
+All code in this repository is licensed under the GNU Affero General Public License v3โsee the LICENSE file for more information. Please remove all of my personal information and related stuff. If you want to use this repo. This is source-available. Feels free to do so and give it a star.
diff --git a/public/preview/amongus.png b/public/preview/amongus.png
new file mode 100644
index 0000000..a0bc419
Binary files /dev/null and b/public/preview/amongus.png differ
diff --git a/public/preview/preview-pomo.gif b/public/preview/preview-pomo.gif
new file mode 100644
index 0000000..1935786
Binary files /dev/null and b/public/preview/preview-pomo.gif differ