This portfolio website is built using React and showcases a multi-page layout styled with React-Bootstrap and custom CSS. It is designed to be fully responsive, ensuring optimal viewing across various devices.
Live Demo: Portfolio Website
GitHub Repository: Portfolio-Website-React
- Multi-Page Layout: Organized into multiple pages for better content management.
- Styled with React-Bootstrap: Easy to customize colors and styles using React-Bootstrap and CSS.
- Fully Responsive: Designed to be responsive and user-friendly on all devices.
- React: A JavaScript library for building user interfaces.
- React-Bootstrap: Bootstrap components built with React.
- CSS: Custom CSS for additional styling.
- Typewriter-Effect: Library for creating typewriter animations.
- React-Parallax-Tilt: Library for creating tilt effects.
To get started with this project, follow these instructions. Ensure you have node.js
and git
installed globally on your machine.
-
Clone the Repository:
git clone https://github.com/atharva-narkhede/Portfolio-Website-React.git
-
Navigate to the Project Directory:
cd Portfolio-Website-React
-
Install Dependencies:
npm install
-
Start the Development Server:
npm start
This will run the app in development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
We welcome contributions to enhance this project. Feel free to fork the repository and create a pull request with your changes. Here are some ways you can contribute:
- Bug Reports & Feature Requests: If you encounter any issues or have feature suggestions, please create a GitHub issue.
- Pull Requests: If you'd like to contribute code, please fork the repository and submit a pull request.