https://github.com/h1dd3nsn1p3r/sveltetodo
A simple todo app created using Svelte js!
https://github.com/h1dd3nsn1p3r/sveltetodo
css html javascript svelte
Last synced: 4 months ago
JSON representation
A simple todo app created using Svelte js!
- Host: GitHub
- URL: https://github.com/h1dd3nsn1p3r/sveltetodo
- Owner: h1dd3nsn1p3r
- Created: 2023-01-21T17:09:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T15:46:34.000Z (over 2 years ago)
- Last Synced: 2024-12-27T06:12:54.991Z (5 months ago)
- Topics: css, html, javascript, svelte
- Language: Svelte
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App Using Svelte
This is my first attempt at using Svelte. I have used Svelte to create a simple todo app. I have used json-server to create a fake REST API to store the todo items.
## Setup
Clone this repo & run `npm install` to install all the dependencies. Once you are done installing the dependencies, its time to install the json-server globally.
- Run `npm install -g json-server` to install the json-server globally.
Once dependencies has been installed, running the app is pretty simple.
- Run `npm run dev` to start the app.
- Run `npm run db` to start the json-server.## Credits
- [Svelte](https://svelte.dev/)
- [Svente French Toast](https://svelte-french-toast.com/)
- [Svente Flowbite](https://svelte-flowbite.com/)
- [json-server](https://www.npmjs.com/package/json-server)