Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-26T06:32:25.000Z (9 months ago)
- Last Synced: 2024-10-14T08:07:16.802Z (3 months ago)
- Topics: docker, docker-multi-stage-build, react-router-dom, reactjs
- Language: JavaScript
- Homepage:
- Size: 7.99 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
![Alt text](Aplication_image.png)## 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 our application we need to write a effective dockerfile for containerization .
we are using Multi-stage Build Approach to containerize our application .