Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 656 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 656 Bytes

Job Application Tracker

This web application is designed to help users keep track of their job applications. It allows users to add, manage, and organize their job applications efficiently. Built with React, chart.js and Tailwind CSS.

How to Run the Project

  1. Clone the repository:
    git clone https://github.com/Bridgetamana/Job-Application-Tracker.git
    cd job-application-tracker
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
  4. Open the application:
    • Navigate to http://localhost:3000 in your web browser.