Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 651 Bytes

Online Calendar App

What is about?

A simple online calendar for storing events, all the events are stored on your browser, not online

You can try it online at here You can see the CI runs on the actions tab on Github.

Development

To install it, make sure to add your .env file with your api key of https://openweathermap.org/api

NEXT_PUBLIC_OPENWEATHERMAP_KEY=YOUR KEY HERE

next, install all the deps on the root folder with npm run install

After that, you can:

  • Start the local app with npm run dev
  • Test the application with npm test