Welcome to my portfolio website repository! This site showcases my work and skills as a software developer. It is built with React.js, CSS, Material-UI, and Bootstrap, ensuring a modern and responsive design. The site is also containerized with Docker for easy deployment. I am in process of updating it with every upcoming acheivement i can have in this journey.
This portfolio website is designed to highlight my projects, skills, and experience as a software developer. The site is fully responsive, ensuring it looks great on both desktop and mobile devices.
- Responsive design with Material-UI and Bootstrap
- Interactive and dynamic user interface with React.js
- Containerized with Docker for easy deployment
- React.js: JavaScript library for building user interfaces
- CSS: Styling
- Material-UI: React components for faster and easier web development
- Bootstrap: CSS framework for responsive design
- Docker: Containerization platform for easy deployment
First, clone the repository to your local machine:
git clone https://github.com/JavaPanda30/React-Portfolio.git
cd portfolioTo run the application locally, follow these steps:
-
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000to view the site.
To run the application using Docker, follow these steps:
-
Pull the Docker image:
docker pull suyashdev30/portfolio:v1.0
-
Run the Docker container:
docker run -d -p 3000:3000 suyashdev30/portfolio:v1.0
-
Open your browser and navigate to
http://localhost:3000to view the site.
If you have any questions or feedback, feel free to contact me at:
- LinkedIn:(https://linkedin.com/in/suyashpandey30/)
- GitHub:(https://github.com/JavaPanda30)
Thank you for visiting my portfolio website!