🎓 A web online editor similar to the codepen.io for my graduation design, this repo contains the client side source.
- RESTful API
- React with TypeScript for the basic UI building.
- Next.js for architect the basic SSR application.
- React Context API manage state.
- Tailwind CSS 3.0 build the app styles.
- Fontawesome Icons support
- Monaco-editor for the code editor
- React hook form for building the forms.
- Yup for form data validation.
- WebAssembly for code highlight.
- etc.
Run the development server locally:
# install the deps
pnpm install
# then
pnpm dev
Open http://localhost:3000 with your browser to see the result.
! Not allowed to copy or borrow.
This project just allows you to learning or using to reference for your project development.
Thanks a lot, coding have fun! ✨