Skip to content

burger-mtbkr/react-zustand-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

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

Table of Contents

Installation

  1. Clone the repository
  2. Navigate to the project directory:

Install the dependencies

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published