Skip to content

vishal-tiwari9/ResumeFrontend-

 
 

Repository files navigation

Resume ATS Tracker

An application for analyzing and tracking resume performance against Applicant Tracking Systems (ATS).

Getting Started

Prerequisites

  • Node.js (v18 or higher recommended)
  • npm or pnpm

Installation

  1. Clone the repository:
git clone https://github.com/Rustix69/ResumeFrontend.git
cd ResumeFrontend
  1. Install dependencies:
npm install
# or
pnpm install
  1. Environment Setup:

    Create a .env.local file in the root directory with the following variables:

    BASE_URL=http://localhost:8000
    

    This environment variable points to your backend API service.

  2. Start the development server:

npm run dev
# or
pnpm dev
  1. Open http://localhost:3000 in your browser to view the application.

Tech Stack

Frontend

  • Next.js - React framework for server-rendered applications
  • TypeScript - Static type checking
  • Tailwind CSS - Utility-first CSS framework
  • Radix UI - Unstyled, accessible UI components
  • React Hook Form - Form handling
  • Zod - Schema validation
  • Framer Motion - Animation library
  • PDF Processing - jspdf and html2canvas
  • Recharts - Composable charting library
  • Three.js - 3D graphics library

Development Tools

  • ESLint - Code linting
  • PostCSS - CSS processing
  • TypeScript - Static type checking

Scripts

  • npm run dev - Start the development server
  • npm run build - Build the application for production
  • npm run start - Start the production server
  • npm run lint - Run ESLint

About

This is the frontend for the Resume AI which is the best modern ATS Tracker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • CSS 2.7%
  • JavaScript 0.6%