This is a simple React application that displays weather information for Auckland. The app uses Zustand for state management along with persist, devTools and logging middleware
- Clone the repository
- Navigate to the project directory:
npm ci
Usage
To start the development server, run:
npm start
This will start the app and open it in your default web browser. The app will reload if you make edits.
To create a production build, run:
npm build
This will create an optimized build of the app in the build
folder.
Testing
To run the tests, use:
npm test
This will run all the tests in the project.
License
This project is licensed under the MIT License. See the LICENSE file for details.