Skip to content

kasperadk/vanilla-to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍦 Vanilla To-do

Just what the world needed - yet another "To-do app".

This "app" is made in Vanilla JavaScript, meaning no frontend framework/library was used.

Vanilla To-do supports:

  • ✅ Moving task position
  • ✅ Saving tasks in local storage
  • ✅ Deleting all completed tasks
  • ✅ Dark mode
  • ✅ Sick animations (Shout out, AutoAnimate)
  • ✅ Selecting emojis in multiple skin colors (Shout out, emoji-picker-element )
  • ✅ Inspirational quotes to get the juices flowing (Shout out, Quotable.io API)

Live demo

🔗 URL: https://vanilla-to-do-app.netlify.app/

Screenshots

App Screenshot App Screenshot dark mode Screenshot of emoji picker

Dependencies

It has two dependencies:

The "app" also uses the Quotable.io API to fetch a random, inspirational quote. If it fails to fetch, it will set a default quote.

Dev dependencies

Installation

Clone this project and install dependencies using npm, yarn, or pnpm.

To view the project locally run the serve script.

# npm
  npm install
  npm run serve

#yarn
  yarn install
  yarn run serve

#pnpm
  pnpm install
  pnpm run serve

Author

Made by Kasper Andreassen

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published