Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuksjoshuaa/you-verify
Built a Modern UI dashboard where an admin can get all lists of Users and Agents that is signed up in their platform. Also an integrated Map to get location of various Users
https://github.com/chuksjoshuaa/you-verify
css3 html5 nuxtjs openlayers tailwindcss vuejs
Last synced: 2 days ago
JSON representation
Built a Modern UI dashboard where an admin can get all lists of Users and Agents that is signed up in their platform. Also an integrated Map to get location of various Users
- Host: GitHub
- URL: https://github.com/chuksjoshuaa/you-verify
- Owner: ChuksJoshuaa
- Created: 2023-01-22T07:02:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T04:37:20.000Z (10 months ago)
- Last Synced: 2024-04-16T14:14:12.361Z (7 months ago)
- Topics: css3, html5, nuxtjs, openlayers, tailwindcss, vuejs
- Language: Vue
- Homepage: https://you-verify.netlify.app/
- Size: 220 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern UI Dashboard With Map
.## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```