Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaid-maker/todo-app-in-svelte
https://github.com/zaid-maker/todo-app-in-svelte
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaid-maker/todo-app-in-svelte
- Owner: Zaid-maker
- Created: 2022-06-14T18:32:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T21:25:40.000Z (over 1 year ago)
- Last Synced: 2024-05-17T20:54:05.059Z (7 months ago)
- Language: HTML
- Homepage: todo-app-in-svelte.vercel.app
- Size: 190 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List App in Svelte
[live demo of the App](https://todo-app-in-svelte.vercel.app/)
## Prerequisites
- [Node.js (16.x)](https://nodejs.org/)
- [NPM (8.x)](https://www.npmjs.com/)## Getting Started
- Clone the repository.
- Install dependencies by running `npm install`.
- Run the application by running `npm start`.
- Open the browser and navigate to `http://localhost:3000`.
- You should see a Todo List App :)