Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.44 KB

readme.md

File metadata and controls

44 lines (32 loc) · 1.44 KB

Key FeaturesHow To UseHow it's work?

npm npm

screenshot

How It Is Work

Well, it's simply taking tasks from user and when clicking on the big button it's randomly choosing between tasks and popup them. What about saving tasks🧐? it's stored in Local Storage in the browser, so when the user comeback the tasks will be there watting to picked up 😇 until the user deletes them 😢 However take a look at the app 👉 Live demo

How To Use

To clone and run this application, you'll need Git and you are ready to use it !

# Clone this repository
$ git clone [email protected]:KhaledGharib/indecision-App.git

# Go into the repository
$ cd indecision-App

# Install dependencies
$ npm install

# Run build
$ npm run build

# Run the server
$ npm run server

Or you can use npm run dev-server