Fullstack markdown editor application made with Next.js.
- Register and login to access the app
- Create, Read, Update, and Delete markdown documents
- Name and save documents to be accessed as needed
- Edit the markdown of a document and see the formatted preview of the content
- View a full-page preview of the formatted content
- Supabase - For database and authentication
- React - JS library
- Next.js - React framework
- Tailwind CSS - For styles
- Headless UI - For accessible UI components
- Server-Side Auth for Next.js - Short guide on how to implement server-side authentication with Next.js and Supabase.
- Auth error codes - List of error codes that can be returned by Supabase.
- Install Tailwind CSS v4 with Next.js - Official guide on how to install Tailwind CSS with Next.js.
- React and FormData - Simple article on how to use FormData with React.
- AlexKMarshall - Help fixing some overflow issues with CSS.