Welcome to Resume Builder, a web application built to help you create professional resumes easily.
You can access the deployed version of the project here: Resume Builder
- ReactJS: Utilized for building the frontend user interface and managing the application's state.
- Firebase Firestore: Used as a real-time NoSQL database for storing resume data and enabling CRUD operations.
- Firebase Authentication: Provides secure user authentication functionalities.
- Tailwind CSS: Employed for styling the components and enhancing the visual appeal of the application.
Resume Builder is designed to streamline the process of creating resumes. It offers a user-friendly interface where users can input their information, customize the layout, and generate professional-looking resumes. The integration with Firebase Firestore ensures that the data is stored securely and allows users to perform real-time CRUD operations without any hassle.
To run the project locally, follow these steps:
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd resume-builder
- Install dependencies:
npm install
- Start the development server:
npm start
Contributions are welcome! If you have any suggestions, improvements, or feature requests, feel free to open an issue or submit a pull request.
Feel free to explore, use, and contribute to Resume Builder. If you encounter any issues or have feedback, don't hesitate to reach out. Happy building! 🚀