Skip to content

Freelancer Web Bot is an application designed to help users track and manage projects listed on Freelancer.com. The bot fetches active projects, categorizes them by job type, and provides tools to filter and view project details.

License

Notifications You must be signed in to change notification settings

Masniper/freelancer-web-bot

Repository files navigation

Freelancer Web Bot LIVE DEMO

This is a Next.js project bootstrapped with create-next-app.

Project Overview

Image Description Freelancer Web Bot is an application designed to help users track and manage projects listed on Freelancer.com. The bot fetches active projects, categorizes them by job type, and provides tools to filter and view project details.

Features

  • Fetches and displays active projects from Freelancer.com.
  • Allows filtering of projects by job type.
  • Provides a user-friendly interface to add, remove, and select job types.
  • Displays project details including title, description, budget, and submission time.

Getting Started

Prerequisites

Ensure you have Node.js installed. This project was built using Node.js version 14.x and above.

Installation

First, clone the repository:

git clone https://github.com/masniper/freelancer-web-bot.git
cd freelancer-web-bot

Then, install the dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Running the Development Server

Start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Usage

  • Adding a Job Type: Use the search functionality to find a job type and add it to the list.
  • Removing a Job Type: Click the remove button next to a job type to remove it.
  • Selecting a Job Type: Select a job type to filter projects by that job.
  • Refreshing Projects: Click the refresh button to fetch the latest projects.
  • Clearing Projects: Click the clear button to remove all fetched projects.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Freelancer Web Bot is an application designed to help users track and manage projects listed on Freelancer.com. The bot fetches active projects, categorizes them by job type, and provides tools to filter and view project details.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published