Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kabirjaipal/developer-portfolio-reactjs
Personal Portfolio Of Full Stack Developer Using ReactJS
https://github.com/kabirjaipal/developer-portfolio-reactjs
html html-css-javascript nodejs portfolio portfolio-website reactjs vitejs web webdevelopment website-template
Last synced: about 2 months ago
JSON representation
Personal Portfolio Of Full Stack Developer Using ReactJS
- Host: GitHub
- URL: https://github.com/kabirjaipal/developer-portfolio-reactjs
- Owner: kabirjaipal
- License: mit
- Created: 2022-10-13T03:33:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T15:43:34.000Z (over 1 year ago)
- Last Synced: 2024-10-13T02:43:40.586Z (3 months ago)
- Topics: html, html-css-javascript, nodejs, portfolio, portfolio-website, reactjs, vitejs, web, webdevelopment, website-template
- Language: CSS
- Homepage:
- Size: 242 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Developer Portfolio Website
This is a developer portfolio website built using ReactJS.
## Table of Contents
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)## Features
This portfolio website includes the following features:
- About section with a brief bio and photo
- Skills section with a list of skills and proficiency level
- Projects section with a list of projects and descriptions
- Experience section with a list of work experience and descriptions
- Contact section with a contact form and social media links## Getting Started
To get started with this project, follow these steps:
1. Clone this repository to your local machine using `git clone https://github.com/username/repo-name.git`
2. Navigate to the project directory using `cd repo-name`
3. Install the required dependencies using `npm install`
4. Start the development server using `npm start`## Usage
Once the development server is running, you can view the website by visiting `http://localhost:3000` in your web browser.
To customize the website with your own information, edit the files in the `src/components` directory. You can also modify the CSS styles by editing the files in the `src/css` directory.
## Technologies Used
This project was built using the following technologies:
- ReactJS
- HTML
- CSS## Contributing
Contributions to this project are welcome! To contribute, follow these steps:
1. Fork this repository
2. Create a new branch for your feature or bug fix
3. Make your changes and commit them to your branch
4. Push your changes to your forked repository
5. Create a pull request to merge your changes into the main repository## License
This project is licensed under the MIT License. See the `LICENSE` file for details.