👋 Hi there, This personal portfolio website is created using Html, Scss, Javascript and React.js.
For creating this minimalistic and creative portfolio website, you can download the source code by clicking the download button. To understand the source code, you need to have knowledge of React.js and a few packages that are used for animations, which are mentioned below. You can check them out at the mentioned links.
I hope this project will be helpful for you and add some value to your React.js journey.
- Landing Page: A welcoming page to introduce yourself.
- Works Page: Showcase your projects and accomplishments.
- About Page: Share your story and professional background.
- Skills Page: Highlight your technical skills and proficiencies.
- Contact Page: Provide a way for people to get in touch with you.
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/portfolio-website.git
- Navigate to the project directory:
cd portfolio-website
- Install the dependencies:
npm install
- Start the development server:
npm start
- Landing Page: Introduce yourself with a brief bio and a welcoming message.
- Works Page: Navigate to the works section to see the projects you have worked on.
- About Page: Read about your professional background and experiences.
- Skills Page: Check out the list of your technical skills and proficiencies.
- Contact Page: Fill out the form to get in touch with you directly.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request.
HAPPY CODING!!