Skip to content

krish-italiya/instacv

Repository files navigation

InstaCV

Project License React TypeScript Redux

Table of Contents

Introduction

InstaCV is a web application that simplifies the process of creating professional resumes. Users can input their personal information, education, work experience, projects, and skills to generate a well-formatted resume. The application leverages modern frontend technologies to provide a seamless user experience.

Features

  • User-friendly interface for entering resume details
  • Real-time preview of the resume
  • Persistent state management using Redux and Redux Persist
  • Modular and scalable codebase

Technologies Used

  • React
  • TypeScript
  • Redux Toolkit
  • Redux Persist
  • React Router DOM
  • Tailwind CSS

Getting Started

Prerequisites

Ensure you have the following software installed on your machine:

  • Node.js (>= 14.x)
  • npm (>= 6.x) or yarn (>= 1.x)

Installation

Clone the repository and install dependencies:

git clone https://github.com/krish-italiya/instacv.git
cd instacv
npm install