Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 2.56 KB

Readme.md

File metadata and controls

37 lines (19 loc) · 2.56 KB

Project Title

Introduction A Resume Builder is a web or mobile application that allows users to create professional resumes by entering personal information, work experience, education, skills, and other relevant details. The app usually provides predefined templates and formatting options to help users generate well-structured and visually appealing resumes with ease. The aim is to simplify the resume creation process, even for users with minimal technical skills, while offering customization options to suit individual needs and industry standards.

Project Type Fullstack

Deplolyed App Fullstack: (https://carbon-neutral-coders-022.netlify.app/)

Directory Structure my-app/ ├─ backend/ │ ├─ (firebase authentication link directly in login and signup page) ├─ frontend/ │ ├─ index.html │ ├─ login.html │ ├─ signup.html │ ├─ styles/ │ │ ├─ styles.css │ ├─ scripts/ │ │ ├─ firebase-config.js │ │ ├─ script.js

Video Walkthrough of the project (https://www.youtube.com/watch?v=kT_86xI9AMw)

Features List out the key features of your application.

User-Friendly Interface Simple and intuitive interface built using Chakra UI for a smooth user experience.

Step-by-Step Resume Creation Guided flow for users to enter personal information, work experience, education, and skills using React Router for navigation between steps.

Live Preview Real-time preview of the resume as users fill in their details to ensure the resume looks exactly as expected.

Multiple Templates A selection of professional templates that can be customized to fit different styles and industries. Usage Launch the Application Sign Up and Log In Using the Resumebuilder Use resumetemplate Download your drawing with your preference format(pdf)

Credentials Provide user email and password in Login and SignUp page.

APIs Used Firebase Authentication : ThinkSpace uses Firebase Authentication to manage user authentication for login and sign-up. This API enables secure and scalable user authentication with various sign-in methods.

Project reference image:

project image

Key Features: Email/Password Authentication: Allows users to create accounts and log in using email and password. User Management: Provides functions for user account creation, password resets, and session management.

Technology Stack List and provide a brief overview of the technologies used in the project.

HTML CSS JavaScript Firebase(Backend)