Learning management system build with Sveltekit and Pocketbase.
Doing build in public style in livestreaming format. Follow along video:
courses
chapters
categories (TBD)
Run pocketbase first:
$ ./pocketbase serve
Run Sveltekit in dev mode
$ npm run dev # or pnpm dev
Prompt template:
Create layout in html and css with header, main and footer
Improved Prompt
Your task is to create HTML and CSS for a system or application that described by the text delimeted by triple dash below.
Create page for the list of courses in card display with thumbnail, title, description and an action button.
Consider the following guidelines for the code:
- Ensure the code is simple and easy to understand
- Avoid using complex CSS features
- If possible, use open-props.style for the CSS
- Use an elegant and neutral color palette based on open-props colors
- Use neo-brutalism design style
Your final result should be bold, engaging and visually appealing list page that effectively showcases the Sveltern brand.
---
Sveltern is a simple learning management system for visual learner and provide engaging video courses.
---