This project is a clone of macOS Monterey that runs in your browser. It was built using HTML, CSS, Javascript and React.
Simple really. I am a backend engineer but I recently had to learn React. So, after following this tutorial by Tania Rascia and reading the official React documentation I challenged myself to build a clone of macOS Monterey that runs in the browser.
This is how our current UI is, we aim to bring it as close as possible to macOS as possible. Help Us!
To view what we have so far check out this link
Currently, this is being tracked in a private Notion board but the general idea is to make this look and work as much as possible to the native version of macOS.
To get up and running, run:
git clone git@github.com:AlexJuca/macos-monterey.git
cd macos-monterey/
npm install
npm start
# To run on a specific port
HOST=YOUR_IP npm start
Copyright (C) Alexandre Juca corextechnologies@gmail.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.