Welcome to Screenshooter! This app allows you to capture screenshots from different websites using various logos as triggers.
- Logo Links: Click on logos to view the latest odds from different websites.
- Scrapping: Enter a link and click "Scrap" to capture a screenshot.
- Node.js installed on your machine.
- Rust installed on your machine.
- Clone the repository:
git clone https://github.com/your-username/screenshooter.git- Navigate to the project directory:
cd screenshooter- Install dependencies:
npm install- Run the app:
npm run tauri dev
- Open your browser and go to http://localhost:3000.
- Contributions are welcome! If you'd like to contribute to Screenshooter, please follow these steps:
- Fork the project.
- Create your feature branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
- This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to Tauri for providing a framework for creating web apps with native capabilities.
- Happy Screenshooting!