An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Web Crawler
## 📌 Introduction

Awesome


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
![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)
![Svelte](https://img.shields.io/badge/svelte-%23f1413d.svg?style=for-the-badge&logo=svelte&logoColor=white)

## 🤔 How to Contribute?
### Step 1: Fork the Repository

Click 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

![Contributors](https://contrib.rocks/image?repo=jatiinyadav/web-crawler)