Skip to content

Salim-T/ToDoListSvelteUsingLocalStorage

Repository files navigation

Project Svelte - To do List 📄

This project glues Svelte and Vite together.

🎉 Getting started

figma_maquette.gif

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published