/prov2

Primary LanguageJavaScript

MyProtofolio V2 🚀

Welcome to MyProtofolio V2! This is the second version of my personal portfolio, showcasing my skills, projects, and experience with a refreshed design and new features. 🎨

Features ✨

  • Modern Design: A sleek, professional look with a focus on usability and aesthetics.
  • Interactive Loading Screen: Engaging loading animation with dynamic green dots while the content loads. 🌟
  • Tailwind CSS: Styled using Tailwind CSS for a clean and responsive design.
  • MathJax Integration: Dynamic text rendering for mathematical formulas (for future use) 🔢.

Installation 🔧

To get started with MyProtofolio V2 locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/yourusername/prov2.git
    cd prov2
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm start
  4. Open in Browser: Visit http://localhost:3000 to view the portfolio in action.

Project Structure 📂

Here's an overview of the project structure:

myprotofolio-v2/
├── public/
│ └── index.html
├── src/
│ ├── components/
│ │ ├── LoadingScreen.js
│ │ └── MainContent.js
│ ├── styles/
│ │ └── LoadingScreen.css
│ ├── App.js
│ ├── index.js
│ └── App.css
├── .gitignore
├── package.json
└── README.md

Usage 🛠️

  • Loading Animation: Enjoy a smooth loading experience with animated dots while your content loads.
  • Responsive Design: The portfolio adapts to various screen sizes, ensuring a great user experience on both mobile and desktop devices.

Contributing 🤝

If you'd like to contribute to MyProtofolio V2, feel free to open issues or submit pull requests. Please follow the coding standards and guidelines in place.

  1. Fork the Repository.
  2. Create a Feature Branch:
    git checkout -b feature/your-feature
  3. Commit Your Changes:
    git commit -am 'Add some feature'
  4. Push to the Branch:
    git push origin feature/your-feature
  5. Open a Pull Request.

License 📝

This project is licensed under the MIT License - see the LICENSE file for details.

Contact 📫

For any questions or feedback, feel free to reach out:


Enjoy exploring MyProtofolio V2! 🚀