Down-Monitor is a system for monitoring website availability. It was developed using TypeScript, Tauri, and React, providing a modern user interface and efficient performance. You can see a preview on https://down-monitor.vercel.app.
- TypeScript: A programming language that is a superset of JavaScript, adding optional static typing.
- Tauri: A framework for building desktop applications using web technologies with a small footprint.
- React: A JavaScript library for building user interfaces.
- Continuous monitoring of multiple websites.
- Intuitive and responsive user interface.
- Save your websites list in browser local storage
Before starting, make sure you have the following software installed:
-
Clone the repository
git clone https://github.com/MrHoss/down-monitor.git cd down-monitor
-
Install dependencies
npm install
-
Run the project
To start the project in development mode:
npm run tauri dev
-
Build for production
To generate a production build:
npm run tauri build
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.
For more information, contact via email: [email protected].
Feel free to adjust any details or add additional information as needed.