Key Features • How To Use • How it's 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✨
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