Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peyman-borhani/todo-se
A Perfect Todo App
https://github.com/peyman-borhani/todo-se
Last synced: 20 days ago
JSON representation
A Perfect Todo App
- Host: GitHub
- URL: https://github.com/peyman-borhani/todo-se
- Owner: Peyman-Borhani
- Created: 2024-02-18T16:32:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T08:23:32.000Z (5 months ago)
- Last Synced: 2024-11-07T04:44:41.996Z (2 months ago)
- Language: Svelte
- Homepage:
- Size: 389 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This project is composed of tools and app components in dev/experimental phase. also a playground for testing new software, tools, DB, code prototyping. Yet it's a mighty Todo app using innovative methods to solve complexity and accomplish above goals. As an app Will only be useful once I make a release.
# Usage, install and execute
- clone repo or download repo's zip file,
- read package.json file to understand project's structure
- check scripts, deps, see if all well.
- edit, remove, add items based on what you need.
- install: `pnpm i` or to update: `pnpm update`
- run dev server: `pnpm dev`# create-svelte
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new folder then make a project in the current directory
pnpm create svelte@latest# or create a new project in my-app
pnpm create svelte@latest my-app
```## Developing
Once you've created a project, execute `pnpm i` to install dependencies, then start the dev server:
```bash
pnpm run dev
```## Building
To create a production version of your app:
```bash
pnpm run build
```You can preview the production build with `pnpm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.