A Rust web application built with Dioxus Framework that helps users create professional resumes.
- Create professional resumes with multiple sections
- Personal Information
- Education
- Work Experience
- Skills
- Projects
- Choose from various resume themes
- Preview your resume before exporting
- Rust (latest stable version)
- Cargo
- Clone the repository:
git clone https://github.com/yourusername/ResumeBuilder.git
cd ResumeBuilder- Run the application:
cargo runAlternatively, to run in development mode with hot reloading:
cargo install dioxus-cli
dx serveTo build for web deployment:
cargo build --release --features websrc/main.rs- Main application codeindex.html- HTML templatetailwind.css- Styling
- Rust
- Dioxus - React-like framework for Rust
- Tailwind CSS - For styling
MIT

