Skip to content

JavaPanda30/React-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Portfolio Website

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.

Table of Contents

Overview

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.

Features

  • Responsive design with Material-UI and Bootstrap
  • Interactive and dynamic user interface with React.js
  • Containerized with Docker for easy deployment

Tech Stack

  • 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

Screenshots

Desktop Version

Desktop Version 1 Desktop Version 2

Mobile Version

Mobile Version 1 Mobile Version 2

Installation

Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/JavaPanda30/React-Portfolio.git
cd portfolio

Run Locally

To run the application locally, follow these steps:

  1. Install the dependencies:

    npm install
  2. Start the development server:

    npm start
  3. Open your browser and navigate to http://localhost:3000 to view the site.

Docker Deployment

To run the application using Docker, follow these steps:

  1. Pull the Docker image:

    docker pull suyashdev30/portfolio:v1.0
  2. Run the Docker container:

    docker run -d -p 3000:3000 suyashdev30/portfolio:v1.0
  3. Open your browser and navigate to http://localhost:3000 to view the site.

Contact

If you have any questions or feedback, feel free to contact me at:

Thank you for visiting my portfolio website!

About

A protfolio Website to Showcase the projects i made and Skill i learn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors