/job-search-tools

Tools to make the job search grind less... grindy.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

👨🏼‍💻 Currently Available for Hire!

Hi there! 👋 I'm currently looking for new opportunities as a Senior JavaScript Engineer or Front-end Developer. If you're interested in collaborating or hiring someone with expertise in JavaScript, TypeScript, React, and other front-end technologies, feel free to reach out to me!

You can connect with me on LinkedIn or email me directly at mark.kimitch@gmail.com.

Job Search Tools

Author: Mark Kimitch | Email: mark.kimitch@gmail.com | Version: 1.0.0 | License: GNU General Public License v3.0

GitHub license GitHub issues GitHub forks GitHub stars

Built With

React TypeScript Webpack

Table of Contents

Project Overview

Tools to make the job search grind less... grindy.

Features

  • 📝 Generate Job Application Follow-Up Letter: Makes following up with the hiring manager after applying easy-breezy.

Live Demo

A live version of this app is available at https://mkimitch.github.io/job-search-tools/.

Getting Started

To run the project locally, follow these steps:

Prerequisites

  • Node.js (version 18.x or later)
  • Yarn package manager

Setup

  1. Clone the repository:

    git clone https://github.com/mkimitch/job-search-tools.git
  2. Navigate into the project directory:

    cd job-search-tools
  3. Install the required dependencies:

    yarn install

Running the App

  1. Start the development server:

    yarn start
  2. Open your browser and visit:

    https://localhost:8080
    

Testing

TBD

Project Structure

├── src
│   ├── components    # Reusable components for weather display and UI
│   ├── hooks         # Custom hooks (e.g., fetching weather data, geolocation)
│   ├── pages         # Main app pages (Home)
│   ├── styles        # Global and component-specific styles (using SCSS)
│   ├── App.tsx       # Root component
│   └── index.tsx     # App entry point
├── public            # Static assets (index.html, etc.)
├── .env.example      # Example environment variables
└── README.md         # Project documentation

API Usage

TBD

License

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