https://github.com/jatiinyadav/web-crawler
Web Crawler using Go Lang and Svelte
https://github.com/jatiinyadav/web-crawler
golang svelete web-crawler
Last synced: 4 months ago
JSON representation
Web Crawler using Go Lang and Svelte
- Host: GitHub
- URL: https://github.com/jatiinyadav/web-crawler
- Owner: jatiinyadav
- License: mit
- Created: 2022-12-31T16:23:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T18:15:50.000Z (10 months ago)
- Last Synced: 2024-07-07T19:34:41.787Z (10 months ago)
- Topics: golang, svelete, web-crawler
- Language: Svelte
- Homepage:
- Size: 351 KB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Crawler
## 📌 Introduction
![]()
A web crawler using Go and Svelte. The Go backend handles the web crawling and data extraction quickly and efficiently using concurrency. The Svelte frontend provides a simple and interactive interface.
## 👨💻 Tech Stack

## 🤔 How to Contribute?
### Step 1: Fork the RepositoryClick on the "Fork" button.
By forking the repository, you will have your version of the repository under your GitHub username.
Once you have forked your repository, go to your profile inside the repository section, and you will find your forked repository.
### Step 2: Clone the Forked Repository
1. Clone the repository
```bash
git clone https://github.com/YOUR_GITHUB_USERNAME/web-crawler.git
```2. In Visual Studio Code in root directory run:
```bash
go run .
```3. Change directory and install dependencies
```bash
cd web-crawler/ui
npm install
```4. Run the app
```bash
npm run dev
```## Project Demonstration
You can view the project in working [here](https://www.loom.com/share/0c3373a461f2424c831bad9ddcac5bfd).## Contact
For any queries, please feel free to reach out to me at [mail](mailto:[email protected]) or Twitter - [@jatiin_yadav](https://x.com/jatiin_yadav).
Our Contributors ❤️
Thank you for contributing to our repository
