This repository contains a collection of web applications I developed using NextJS, Tailwind CSS, and TypeScript, hosted on Vercel.
To run the web apps locally, follow these steps:
- Clone the repository to your local machine and navigate to the directory.
git clone https://github.com/TheRustyPickle/my-web-apps cd my-web-apps - Install dependencies.
npm install
- Start the application in development mode.
npm run dev
- Open your browser and navigate to http://localhost:3000 to access the web apps.
1. Media Scraper: The web scraper is built with Puppeteer and is designed to extract downloadable content such as images, videos, audio, PDFs, etc., from a web page.
2. Repo D/L: This is designed to show the total downloads of releases and their assets in a GitHub repository. It uses Octokit to fetch data in the background.
Feel free to contribute by opening issues or submitting pull requests.
This project is licensed under the MIT License.