- Vue 3
- Typescript
- Vite
- Vuetify
- Google APIs
A live demo of the project can be accessed at: https://accuenergy-test.vercel.app/
- Create a
.env
file at root directory with the required environment variables - Install dependencies and run the app at development mode:
yarn install
yarn dev
To create a production version of the app:
yarn build
To preview the build of the app:
yarn preview
To check the app with eslint:
yarn lint
Note that the number of markers on the map may appear different when zoomed out, as markers that are close to each other may be clustered or overlap. This is a common behavior in maps to improve the visual representation and avoid cluttering the map with too many markers. Zooming in will reveal individual markers in such cases.