Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitusergb/gitusergb.github.io
My portfolio is an excellent reflection of who I am as a person and a professional. It encapsulates how I present myself, showcasing the diverse range of projects I have completed, including a captivating Bewakoof.com clone, whimsical animation mini projects, and the establishment of a mock server for enhanced testing and development.
https://github.com/gitusergb/gitusergb.github.io
css html javascript portfolio-website react styled-components
Last synced: about 1 month ago
JSON representation
My portfolio is an excellent reflection of who I am as a person and a professional. It encapsulates how I present myself, showcasing the diverse range of projects I have completed, including a captivating Bewakoof.com clone, whimsical animation mini projects, and the establishment of a mock server for enhanced testing and development.
- Host: GitHub
- URL: https://github.com/gitusergb/gitusergb.github.io
- Owner: gitusergb
- Created: 2023-09-27T15:18:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-20T08:50:52.000Z (9 months ago)
- Last Synced: 2024-04-24T09:11:12.217Z (9 months ago)
- Topics: css, html, javascript, portfolio-website, react, styled-components
- Language: JavaScript
- Homepage: https://gitusergb.github.io/
- Size: 28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portfolio
Welcome to my portfolio! This project showcases my skills, projects, and experiences as a web developer.### Weblink: [Live Website](https://gitusergb.github.io/)
## Some Images:
![Home](https://i.ibb.co/WxQs6L0/p1.png)
![Skills](https://i.ibb.co/f9ckmK3/p2.png)
![Experience](https://i.ibb.co/TB3zHW1/p3.png)
![Projects](https://i.ibb.co/Pg284V1/p4.png)
![GitHub stats](https://i.ibb.co/QncwdhZ/p5.png)
![Contact](https://i.ibb.co/yPwDTKc/p6.png)## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)## Introduction
My Portfolio is a React.js application that serves as an online portfolio to showcase my work, skills, and achievements. It provides an overview of my background, displays my projects, and offers a way to contact me.## Features
- About Me: An overview of my background, skills, and experiences.
- Projects: A collection of my notable projects with descriptions, screenshots, and links.
- Skills: A list of my technical skills and proficiencies.
- Resume: A link to download my resume.
- Contact: A form to send me messages or inquiries.## Technologies Used
- React.js: A JavaScript library for building user interfaces.
- HTML5 & CSS3: Markup and styling languages for building web pages.
- JavaScript: A programming language for adding interactivity to web applications.
- Style-Components: A CSS framework for creating responsive and mobile-first designs.
- Git: A version control system for tracking changes and collaborating on projects.
- GitHub Pages: A platform for hosting and deploying web applications.## Installation
To run this portfolio locally, follow these steps:1. Clone the repository: `git clone https://github.com/`
2. Navigate to the project directory: `cd folder_name`
3. Install the dependencies: `npm install`
4. Start the development server: `npm start`
5. Open your browser and visit: `http://localhost:3000`## Usage
After installing and running the project locally, you can navigate through the different sections of the portfolio using the navigation menu. Explore the About Me section to learn more about my background and skills. Visit the Projects section to see detailed information about my projects, including descriptions and screenshots. Use the Contact section to send me a message or inquiry.## Contributing
Contributions are welcome! If you'd like to contribute to My Portfolio, please follow these steps:1. Fork the repository.
2. Create a new branch for your feature or bug fix: `git checkout -b my-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-feature`
5. Open a pull request.