Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myty/lanco-live-incidents
A jazzed-up version of https://www.lcwc911.us/live-incident-list
https://github.com/myty/lanco-live-incidents
hacktoberfest progressive-web-app react tailwindcss vite
Last synced: 1 day ago
JSON representation
A jazzed-up version of https://www.lcwc911.us/live-incident-list
- Host: GitHub
- URL: https://github.com/myty/lanco-live-incidents
- Owner: myty
- Created: 2021-03-12T03:25:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T16:57:45.000Z (4 months ago)
- Last Synced: 2024-07-15T03:28:12.899Z (4 months ago)
- Topics: hacktoberfest, progressive-web-app, react, tailwindcss, vite
- Language: TypeScript
- Homepage: https://lanco.mytydev.com/
- Size: 1.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Central Penn Incidents
Live Progressive Web App (PWA):
![Vercel](https://vercelbadge.vercel.app/api/myty/lanco-live-incidents)
A jazzed-up version of [Lancaster County - Live Incident List](https://www.lcwc911.us/live-incident-list)
Now includes York incidents as well, hence the name change.## The original concept
The original concept was inspired by an app that is only available on the iOS app store; and was first implemented in React Native and Azure Functions as a backend. So far the frontend has been ported over as a full featured PWA. The Azure Functions code will eventually find it's way to this repo. Both the frontend and backend code are deployed automatically with any new commit to the main branch.
## How it was built
- Progressive Web App
- React
- Vite
- Tailwindcss
- Azure Functions - C# (coming soon)## Want to run it yourself?
You'll need node, pnpm, and a Google maps API key.
From a terminal run
```bash
touch src/lanco-incidents-app/.env.local
```and inside that file
```plain
VITE_GOOGLE_MAPS_KEY=
```and then
```bash
pnpm app:dev
```