https://github.com/sushantjadhav416/portfolio_website_using_react
Portfolio Website Development using React and Containerization using docker tool.
https://github.com/sushantjadhav416/portfolio_website_using_react
docker docker-multi-stage-build react-router-dom reactjs
Last synced: 3 months ago
JSON representation
Portfolio Website Development using React and Containerization using docker tool.
- Host: GitHub
- URL: https://github.com/sushantjadhav416/portfolio_website_using_react
- Owner: sushantjadhav416
- Created: 2024-02-10T08:15:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-17T13:25:34.000Z (6 months ago)
- Last Synced: 2025-01-23T08:35:58.689Z (4 months ago)
- Topics: docker, docker-multi-stage-build, react-router-dom, reactjs
- Language: JavaScript
- Homepage:
- Size: 8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website Development using React and Containerization using docker tool.
A simple web application to showcase my skills and projects.## Screenshot
## Project Description:
I designed and developed a personal portfolio website to highlight my unique skills and achievements. The website features an eye-catching layout, showcasing my best work, and crafting a compelling brand story. By creating this platform, I aimed to make a lasting impression on potential clients and employers. The portfolio includes essential pages such as an organized home page, About me page , project page and additional content that sets me apart. Through this project, I demonstrated my ability to create an impactful digital presence and effectively communicate my value proposition. 🚀## Installation
1. Clone this repository: `git clone https://github.com/your-username/your-portfolio-app.git`
2. Install dependencies: `npm install`
3. Start the development server: `npm start`## Containerization of Application
For containerizing this application, first thing needed is writing a effective dockerfile for containerization .I am using Multi-stage Build Approach to containerize our application.