Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Anku-yadav-001 committed Jul 18, 2024
1 parent 8cf0d04 commit 3051f71
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# Resume-builder
# Resume Builder Application

Welcome to the **Resume Builder Application**! This application is designed to help students create professional and polished resumes with ease. Built using React, Vite, and Chakra UI, the application offers customizable templates, step-by-step navigation, animations, and professional styling to ensure your resume stands out.

## Features

- **Customizable Templates**: Choose from a variety of professional resume templates.
- **Step-by-Step Navigation**: Easily navigate through different sections of the resume with a stepper.
- **Animations**: Smooth animations enhance the user experience.
- **Professional Styling**: Built with Chakra UI for sleek and modern design.

## Technologies Used

- **Frontend**: React, Chakra UI
- **Build Tool**: Vite
- **Backend**: node.js, express, mongodb

## Installation

Follow these steps to set up the project locally:

1. **Clone the repository**:
```sh
git clone https://github.com/Anku-yadav-001/resume-builder-application.git
cd resume-builder-application
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"homepage": "https://(github username).github.io/(repo name)",
"homepage": "https://Anku-yadav-001.github.io/Resume-builder",
"name": "resume-building",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"build": "vite build",
"deploy": "gh-pages -d dist",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit 3051f71

Please # to comment.