This application was built using web technologies (HTML, CSS, Javascript) and is bundled with Vite, it contains four games, each game stores the user score locally and updates it upon the user beating their own high score.
The CapacitorJS runtime is used with this application to allow it to be installed onto mobile devices (Android & iOS) as a native application.
To run this project locally on your machine, follow these steps:
- Node.js installed (Download Node.js)
-
Clone this repository to your local machine:
git clone https://github.com/mpmua/pure-weather.git
-
Navigate to the project directory:
cd pure-weather
-
Install dependencies using npm:
npm install
-
Start the development server:
npm run dev
To build the project for production:
npm run build