Skip to content

Latest commit

 

History

History
99 lines (61 loc) · 2.22 KB

File metadata and controls

99 lines (61 loc) · 2.22 KB

Interactive Resume Web App

Welcome to my Interactive Resume Web App! This single-page application, built with React, showcases my professional experience, skills, and projects in an engaging and modern format.


Features

  • Interactive UI: Sleek design with smooth animations.
  • Responsive Design: Optimized for desktop and mobile devices.
  • Sections: Experience, Education, Projects, Skills, and Contact.
  • Dynamic Content: Seamless user experience with dynamically loaded content.
  • Animations: Interactive elements and transitions for enhanced engagement.

Technologies Used

  • React: For building the user interface.
  • React Router: For navigation and routing.
  • CSS Modules / Styled Components: For component styling.
  • Framer Motion / GSAP: For animations and transitions.
  • Firebase / Local Storage: For hosting and data storage.

Installation

To get started with this project:

  1. Clone the Repository

    git clone https://github.com/yourusername/interactive-resume.git
  2. Navigate to the Project Directory

    cd interactive-resume
  3. Install Dependencies

    npm install
  4. Start the Development Server

    npm start

    Open your browser and go to http://localhost:3000 to view the app.


Usage

  • Navigate Through Sections: Use the navigation menu to explore different sections.
  • Interactive Elements: Experience animations and dynamic content by interacting with elements.
  • Responsive Design: Check the layout on various devices and screen sizes.

Deployment

To deploy this app:

  1. Build the App

    npm run build
  2. Deploy to Firebase

    firebase deploy

    Ensure Firebase CLI is installed and configured. Refer to the Firebase documentation for details.


Contributing

Contributions are welcome! Please fork the repository and submit a pull request. For major changes, open an issue to discuss potential updates.


Acknowledgments

  • React Team: For the amazing React library.
  • Open Source Contributors: For their invaluable tools and libraries.