https://github.com/jayantita/parkc-app
Parking Counter using NextJS and Firebase (Final Project - Requirement Engineering)
https://github.com/jayantita/parkc-app
firebase nextjs
Last synced: about 2 months ago
JSON representation
Parking Counter using NextJS and Firebase (Final Project - Requirement Engineering)
- Host: GitHub
- URL: https://github.com/jayantita/parkc-app
- Owner: JayantiTA
- Created: 2023-06-12T07:21:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T12:09:06.000Z (about 3 years ago)
- Last Synced: 2025-10-28T12:48:27.129Z (8 months ago)
- Topics: firebase, nextjs
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍃 Next.js Leaflet Starter
Jumpstart your new Next.js mapping project with Leaflet!
## ⚡ Quick Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/colbyfayock/next-leaflet-starter) [](https://vercel.com/import/project?template=https://github.com/colbyfayock/next-leaflet-starter)
## 🧰 What This Includes
* [Yarn](https://yarnpkg.com/en/)
* [Next.js](https://nextjs.org/)
* [Leaflet](https://leafletjs.com/)
* [React Leaflet](https://react-leaflet.js.org)
## 🚀 Getting Started
### Requirements
* [Yarn](https://yarnpkg.com/en/)
### Quick Start
```
yarn create next-app -e https://github.com/colbyfayock/next-leaflet-starter
# or
npm run create-next-app -e https://github.com/colbyfayock/next-leaflet-starter
```
### Running the Project
First, run the development server:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.