Skip to content

artmarks/weather-app

Repository files navigation

Introduction

Basic weather-app with additional geo map support by ESRI API. Additional information are included by OpenWeather and Google Maps Platform

basic fullstack project

This project uses Next.js as simple and performant backend with Prisma as ORM. React is being used as Frontend framework with Tailwind css for creating fast and clean user interfaces.
For automated tests Cypress is used as end-to-end test framework.

Screenshots

image info

image info

Getting started

Just use npm install and you are ready to go :)

Edit *_API_KEY - Files in .env or create a .env.local and assure that is set to your .gitignore.

Open http://localhost:3000 with your browser to see your current page.

Test automation

Run npx cypress open and choose basic-test.spec.js.

See your test running in a real browser :)

Build project

Run npm run build to start the NextJS Build Process. The build is stored regularly in weather-app/.next

Author

Artur Marks

About

Weather app with additional geo information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published