to-do-list_svelte

To Do List_svelte

A To-do List project as 3 ๐Ÿค

Project Svelte - To do List ๐Ÿ“„

This project glues Svelte and Vite together.

๐ŸŽ‰ Getting started

The prerequisites

You must have node with npm installed.

๐Ÿ‘ผ Creating the project

  1. Copy the project with git clone:
# clone most recent project
git clone https://github.com/YoubaImkf/to-do-list_svelte.git
# enter project folder
cd project ./to-do-list_svelte

โš™๏ธ Setup environment

  1. Install the node packages:
npm install

โ–ถ๏ธ Running the app

Start the web app with:

npm run dev   # live reloading mode
npm run build # generate production build (not required to use the app)


TODO ๐Ÿงน

  • Add a list
  • Add routing system
  • Redirection by clicking on the list to the list and its tasks
  • Check of the tasks that underline each task
  • Deletion of a task
  • Deletion of a list
  • Duplicate a list
  • Rename a list
  • Style sheets
    • Fix some ui bugs
  • Creation of sub-tasks

Top categories

Loading Svelte Themes