This project is a Resume Creator and ATS Checker application built using modern technologies including React, TypeScript, Quill (for rich text editing), Tailwind CSS (for styling), and ShadCN (for UI components). This README provides an overview of the project and instructions for setup and usage.
Clone the repository:
git clone <repository-url>
Navigate to the project directory:
cd resumecreator-atschecker
Install dependencies:
npm install
# or
yarn install
Start the development server:
npm run dev
# or
yarn dev
Open the application in your browser:
http://localhost:5173
Create a Resume:
Check Resume Compatibility:
npm run dev
: Starts the development server.npm run build
: Builds the application for production.npm run start
: Starts the production server.npm run lint
: Runs linting on the codebase.npm run test
: Runs unit tests.resumecreator-atschecker/
├── src/
│ ├── components/ # Reusable React components
│ ├── pages/ # Page-level components
│ ├── styles/ # Global and component-specific styles
│ ├── utils/ # Utility functions
│ └── hooks/ # Custom React hooks
├── public/ # Static assets
├── tailwind.config.js # Tailwind CSS configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Project metadata and dependencies
Contributions are welcome! Please follow these steps:
git checkout -b feature/your-feature-name
git commit -m "Add your message here"
git push origin feature/your-feature-name
This project is licensed under the MIT License.
For questions or feedback, please contact:
Special thanks to the maintainers of React, Quill, Tailwind CSS, and ShadCN for their amazing tools that made this project possible.