https://github.com/zeucapua/scrawl
It's like Wordpress, but new, and yours.
https://github.com/zeucapua/scrawl
markdown svelte sveltejs tutorial tutorial-code
Last synced: 3 months ago
JSON representation
It's like Wordpress, but new, and yours.
- Host: GitHub
- URL: https://github.com/zeucapua/scrawl
- Owner: zeucapua
- Created: 2023-01-15T06:54:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T00:45:54.000Z (about 3 years ago)
- Last Synced: 2025-04-06T06:46:51.027Z (10 months ago)
- Topics: markdown, svelte, sveltejs, tutorial, tutorial-code
- Language: Svelte
- Homepage:
- Size: 174 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrawl: It's like Wordpress, but ~n e w~
### Project Status
- [ ] Codebase (in progress)
- [ ] Tutorial (in progress)
*GOAL*: To create an all-in-one blogging website, with admin access, using Svelte
and markdown. In turn, this project will be used as a tutorial for those who are new
to modern web development to introduce basic concepts and technologies used today for
full-stack web applications.
## Features:
- [x] Markdown editor and Previewer
- [x] Local Storage and Saving
- [ ] Database Hosting and Connecting
- [ ] Authentication for Admin Access
### Markdown Editor and Previewer
*GOAL*: To show how Javascript and HTML blend together in modern web frameworks
to create reactive elements, while introducing npm to install packages. Using Svelte,
TailwindCSS, and svelte-exmarkdown.
### Local Storage and Saving
*GOAL*: To show how to work with data via CRUD methods. Using Svelte stores.
### Database Hosting and Connecting
*TODO*
### Authentication for Admin Access
*TODO*