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.
Author: Mark Kimitch | Email: mark.kimitch@gmail.com | Version: 1.0.0 | License: GNU General Public License v3.0
Tools to make the job search grind less... grindy.
- 📝 Generate Job Application Follow-Up Letter: Makes following up with the hiring manager after applying easy-breezy.
A live version of this app is available at https://mkimitch.github.io/job-search-tools/.
To run the project locally, follow these steps:
- Node.js (version 18.x or later)
- Yarn package manager
-
Clone the repository:
git clone https://github.com/mkimitch/job-search-tools.git
-
Navigate into the project directory:
cd job-search-tools
-
Install the required dependencies:
yarn install
-
Start the development server:
yarn start
-
Open your browser and visit:
https://localhost:8080
TBD
├── 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
TBD
This project is licensed under the GNU 3.0 License - see the LICENSE file for details.