Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xerox563/portfolio-2.0
- Owner: Xerox563
- Created: 2024-05-02T18:00:41.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T06:15:26.000Z (6 months ago)
- Last Synced: 2024-06-22T16:54:05.373Z (6 months ago)
- Topics: reactjs, reactrouter, styles-components
- Language: JavaScript
- Homepage: https://portfolio-amit7.netlify.app/
- Size: 5.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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