Skip to content

Pearlsky/utils

Repository files navigation

Utils

Binged

Vue Tailwind Vite Netlify

Overview

Utils is an SPA built with Vue. It features primarily, a counter that implements composition API concepts like composables, makes use of Vuex and Vue Router, etc

The futuristic idea is to build a bunch of "utility" tools all available in one app.

Features

In this app, you can:

  • Access the counter view
  • Navigate between the shows pages
  • View the optimal layout depending on your device screen size
  • Increment the counter
  • Decrement the counter
  • Reset the counter
  • Set a custom value for the counter
  • See hover states for all interactive elements on the page
  • Use the alarm clock
  • Use the stopwatch

Running this project locally

Live versions: Utils

From the repo:

  1. Clone this project locally
  2. Open the project with in your preferred code editor
  3. Open your terminal and cd to the project directory
  4. Run npm install to install all relevant dependencies
  5. Run npm run dev to start a dev server and view the project in your browser

DevDependencies

About

setup a counter composable with increment, decrement, reset, setValue functions with a valid UI, iykyk. cc: altschoolafrica;

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published