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. 🎨
- 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) 🔢.
To get started with MyProtofolio V2 locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/prov2.git cd prov2
-
Install Dependencies:
npm install
-
Run the Development Server:
npm start
-
Open in Browser: Visit
http://localhost:3000
to view the portfolio in action.
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
- 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.
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.
- Fork the Repository.
- Create a Feature Branch:
git checkout -b feature/your-feature
- Commit Your Changes:
git commit -am 'Add some feature'
- Push to the Branch:
git push origin feature/your-feature
- Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, feel free to reach out:
- Email: mwaijegakelvin@gmail.com
- GitHub: ministerko
Enjoy exploring MyProtofolio V2! 🚀