Skip to content

This project helps show users where it is suitable to park depending on how long you want to leave the car there, and can remind users about when they need to move their vehicle before a cleaning day.

Notifications You must be signed in to change notification settings

johanehr/parking-reminder-frontend

Repository files navigation

Parking Reminder App

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Make sure to set up the proper environment variables, based on .env.local.example and save as .env.local.

First, run the development server:

nvm use
npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Testing

This project has unit tests that can be run with npm run test.

Linting

Run npm run lint to lint the project.

Deploying on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. Check out our Next.js deployment documentation for more details.

This method was used, together with a CNAME set up for my domain on AWS Route 53.

On each pull request, Vercel will deploy a preview of the site. Use this as a sanity check that nothing has broken.

Contributing

New features, bugs, etc should be added to the project's project board.

About

This project helps show users where it is suitable to park depending on how long you want to leave the car there, and can remind users about when they need to move their vehicle before a cleaning day.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published