Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xerox563/portfolio-2.0

Welcome to my portfolio website built with React and Styled Components. This project showcases my skills, projects, and experience in a visually appealing and interactive manner.This portfolio website serves as a digital resume and showcase of my work as a Software Development. It highlights my projects, skills, and experience.
https://github.com/xerox563/portfolio-2.0

reactjs reactrouter styles-components

Last synced: 4 days ago
JSON representation

Welcome to my portfolio website built with React and Styled Components. This project showcases my skills, projects, and experience in a visually appealing and interactive manner.This portfolio website serves as a digital resume and showcase of my work as a Software Development. It highlights my projects, skills, and experience.

Awesome Lists containing this project

README

        

# Portfolio Website

Welcome to my portfolio website built with React and Styled Components. This project showcases my skills, projects, and experience in a visually appealing and interactive manner.

## Features

- **Responsive Design**: Ensures compatibility across various devices and screen sizes.
- **Dynamic Routing**: Smooth navigation between different sections using React Router.
- **Styled Components**: Utilizes Styled Components for modular and maintainable styling.
- **Project Showcase**: Highlights my projects with descriptions, links, and images.
- **Skills Section**: Displays my skills and proficiency with interactive elements.

## Demo

You can view a live demo of my portfolio [here](https://portfolio-amit7.netlify.app/).

## Getting Started

To get a local copy up and running, follow these steps:

### Prerequisites

Make sure you have Node.js and npm (Node Package Manager) installed on your machine.

- Node.js: [Download Node.js](https://nodejs.org/) (npm is included with Node.js)

## Deployment

The application can be deployed using various platforms. Here are some common deployment methods:

- **Firebase Hosting**: Deploy using Firebase Hosting by linking your Firebase project.
```sh
npm install -g firebase-tools
firebase login
firebase init
npm run build
firebase deploy