Welcome to my portfolio! This project showcases my skills, projects, and background as a web developer.
Web Link: Live Website
My Portfolio is a React.js application that serves as an online portfolio to showcase my work, skills, and achievements. It provides an overview of my background, displays my projects, and offers a way to contact me.
- About Me: An overview of my background and skills.
- Projects: A collection of my notable projects with descriptions, and links.
- Skills: A list of my technical skills and proficiencies.
- Resume: A link to download my resume.
- Contact: A form to send me messages or inquiries.
- React.js: A JavaScript library for building user interfaces.
- HTML5 & CSS3: Markup and styling languages for building web pages.
- JavaScript: A programming language for adding interactivity to web applications.
- Styled-Components: A CSS framework for creating responsive and mobile-first designs.
- Git: A version control system for tracking changes and collaborating on projects.
- GitHub Pages: A platform for hosting and deploying web applications.
To run this portfolio locally, follow these steps:
- Clone the repository:
git clone https://github.com/MadhushiUdeshika/Portfolio.git
- Navigate to the project directory:
cd Portfolio
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit: http://localhost:3000
After installing and running the project locally, you can navigate through the different sections of the portfolio using the navigation menu. Explore the About Me section to learn more about my background and skills. Visit the Projects section to see detailed information about my projects, including descriptions and links. Use the Contact section to send me a message or inquiry.
Contributions are welcome! If you'd like to contribute to My Portfolio, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b my-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-feature
- Open a pull request.
This project is licensed under the MIT License.