msilucifer / kata-frontend

Front-end Project(Next.ts + Web3) of Kata - On-Chain Job Board

Home Page:https://kata-frontend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KATA - On-Chain Job Board

Welcome to KATA On-Chain Job Board built in Next.ts. This decentralized job board platform provides a secure, transparent, and fair ecosystem for job seekers and employers.

Getting Started

Prerequisites

npm install npm@latest -g

Installation

First, clone the repo :

git clone https://github.com/msilucifer/kata-frontend.git

Second, install NPM packages :

npm install
# or
yarn

Finally, add your environment variables in .env file :

NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=

To RUN

First, run the development server:

npm run dev
# or
yarn dev

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

How to use this platform

Please read this document

License

Distributed under the MIT License. See LICENSE for more information.

About

Front-end Project(Next.ts + Web3) of Kata - On-Chain Job Board

https://kata-frontend.vercel.app

License:MIT License


Languages

Language:TypeScript 98.2%Language:CSS 1.2%Language:JavaScript 0.5%