Skip to content

Atifsid/wong-frontend

Repository files navigation

INTRODUCTION

Wong is a user-friendly, lightweight platform that allows users to :

  1. CREATE
  2. SHARE
  3. VIEW ...

(notion style) textual content without AUTHENTICATION that too for FREE !!!

MOTIVATION

Wong was built to understand what, how and why is serverless.

After understanding I wanted to try it out and build something with a simple use-case that doesn't put on heavy load on Cloudflare ☺️

Hence, Wong was born. 🤘

TODO

  • Init env variables rather than using static variables
  • Drop down for below options or be creative enough and suggest other ways
  • Add about us (preferred) or Made with love by Atif -> My Portfolio link (coming soon :3)
  • Add github repo linking
    • add more ...

FOSS

Yes, Wong is and will always be open-source so,

  • I'm open to feedback, suggestions, and constructive criticism.
  • Do raise a PR if you think you can fix something (please do :3)

Credits

Shout out to @harkirat and @100xdevs for introducing me to backend and serverless deployment in Cohort 2.0

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open 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 to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.