Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 820 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 820 Bytes

React State and Lifecycle method demonstration

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Third party Packages and Library

  • Semantic UI

Semantic UI is a modern front-end development framework,

  • Geo-Location API

The Geolocation API allows the user to provide their location to web applications if they so desire.

Prettier Setting

"editor.defaultFormatter": "esbenp.prettier-vscode",
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    // Set the default
    "editor.formatOnSave": false,
    // Enable per-language
    "[javascript]": {
        "editor.formatOnSave": true
    }