This project is a single-page portfolio website designed to showcase my skills, projects, and experiences as a software engineer. It serves as a central platform for demonstrating my capabilities in a visually engaging manner to potential employers, clients, or collaborators.
- Responsive Design: Built with Bootstrap for a responsive layout that looks great on all devices.
- Navigation: Easy navigation between different sections of the website using React Router.
- Email Functionality: Integrated with EmailJS for handling inquiries directly from the website.
- Interactive Elements: Utilizes FontAwesome for icons and MUI for additional UI components to enhance the user interface.
- Project Showcase: A dedicated section to display my projects
To run this project locally, follow these steps:
Ensure you have Node.js installed on your system. You can download it from Node.js official website.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the necessary dependencies by running:
npm install
- Start the development server:
npm start
Now, open your browser and go to http://localhost:3000
to view the portfolio.
Contributions are welcome If you find a bug or want to add a feature, please submit an issue or fork the repository and submit a pull request.