An open API service indexing awesome lists of open source software.

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!

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)