Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismaildrs/portfolio-website
This is my portfolio website, made with ReactJS.
https://github.com/ismaildrs/portfolio-website
css3 hmlt5 javascript portfolio portfolio-website react
Last synced: about 1 month ago
JSON representation
This is my portfolio website, made with ReactJS.
- Host: GitHub
- URL: https://github.com/ismaildrs/portfolio-website
- Owner: ismaildrs
- Created: 2024-04-19T21:58:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T13:09:24.000Z (7 months ago)
- Last Synced: 2024-10-23T07:43:10.850Z (2 months ago)
- Topics: css3, hmlt5, javascript, portfolio, portfolio-website, react
- Language: JavaScript
- Homepage: https://ismaildrissi.netlify.app/
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website
Welcome to the repository for my portfolio website built with React! This website showcases my projects, skills, and experiences. Below you'll find all the necessary information to get started with this project.
## Table of Contents
- [Project Overview](#project-overview)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Pictures](#pictures)## Project Overview
This is a personal portfolio website built using React. It serves as a platform to showcase my skills, projects, and professional experiences. The website is designed to be responsive, interactive, and easy to navigate.## Features
- Home page with a brief introduction
- About section with personal information and background
- Skills section displaying technical proficiencies
- Projects section showcasing various projects with details and links
- Contact form to get in touch## Technologies Used
- React
- React Router
- HTML5
- CSS3 (with a preprocessor like SASS/SCSS)
- JavaScript## Getting Started
### Prerequisites
Make sure you have the following installed on your system:
- Node.js
- npm or yarn### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/portfolio-website.git
```
2. Navigate to the project directory:
```bash
cd portfolio-website
```
3. Install the dependencies:
```bash
npm install
```
or
```bash
yarn install
```## Usage
To run the project locally, use:
```bash
npm start
```
or
```bash
yarn start
```
This will start the development server and you can view the website by navigating to `http://localhost:3000` in your web browser.To build the project for production, use:
```bash
npm run build
```
or
```bash
yarn build
```
This will create an optimized build of the project in the `build` directory.## Pictures
![Portfolio](project_1.png)
---
Thank you for checking out my portfolio website project! I hope you find it useful and informative.