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

https://github.com/imakim03/portfolio_website

⭐ Personal portfolio website built with passion and React—scroll through my work (o゜▽゜)o
https://github.com/imakim03/portfolio_website

css html personal-website porfolio portfolio-project portfolio-website react react-components react-hooks react-router reactjs website-design

Last synced: 2 months ago
JSON representation

⭐ Personal portfolio website built with passion and React—scroll through my work (o゜▽゜)o

Awesome Lists containing this project

README

          

# Personal Portfolio Website

Welcome to my personal portfolio website! Here, you'll discover a collection of my projects, skills, and creative endeavors, all crafted with passion using React.

I invite you to explore my work and don’t forget to leave a message if you visited the site (/≧▽≦)/

**Live Demo**: [https://www.imanekimissi.website](www.imanekimissi.website)

## Screenshots ☆
### Home Page (Dark/Light mode)
![image (5)](https://github.com/user-attachments/assets/e2fa5391-4604-4e8d-aaef-bb16c5443d5a)
### Projects Page
![image (2)](https://github.com/user-attachments/assets/9a502a77-729f-4d8f-8736-2081a8199a3c)
### AboutMe Page
![image (3)](https://github.com/user-attachments/assets/a02b1e31-bfb9-4c93-ba93-fbe8bfb9c68e)
### Contact Page
![image (4)](https://github.com/user-attachments/assets/bd82ad66-78e5-4ff7-a8cc-c19a8eb26d91)

## Technologies Used
- **React:** Used to create interactive and reusable UI components.
- **Framer Motion:** For smooth animations and transitions.
- **CSS3 & Styled Components:** For styling and making the website fully responsive.
- **React Router:** For seamless navigation between sections.

## Features
- **Responsive Design:** Optimized for all devices—desktop, tablet, and mobile.
- **Interactive Animations:** Subtle and fun animations powered by Framer Motion.
- **Projects Showcase:** A curated selection of my best work, with detailed descriptions.
- **Contact Form:** Have a question or want to collaborate? It's easy to reach me via the built-in contact form!
- **Light/Dark Mode:** Switch between light and dark themes for your preferred viewing experience.
- **Multi-Language Support:** Available in both English and French.

## Getting Started
Follow the instructions below to run the project locally.

### Prerequisites
Make sure you have Node.js and npm (or Yarn) installed on your machine.

### Installation
1. Clone this repository:
```bash
git clone https://github.com/imakim03/Portfolio_Website
```
2. Navigate into the project directory:
```bash
cd Portfolio_Website
```
4. Install the dependencies:
```bash
npm install
```

### Running the Project
Once the dependencies are installed, you can start the development server:
```bash
npm start
```

The website will be available at `http://localhost:3000`.

## Project Structure
```
├── src
| ├── Cards # Contains card components used in Home Page
│ ├── Components # Reusable components for the website
| ├── Hooks # Custom React hooks
│ ├── Pages # Different sections/pages of the website
| ├── i18n # Internationalization files for multi-language support
│ ├── Images # Static images used in the project
│ ├── Styles # Global and component-specific styling
| ├── App.css # Main CSS file
│ ├── App.js # Main App component
| └── index.js # Entry point of the application
├── package.json # Project dependencies and scripts
├── public # Public assets and index.html
└── README.md # Project documentation
```

## Contributing ♡
Feel free to contribute to this project by submitting issues or pull requests! All kinds of contributions are welcome.

## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/imakim03/Portfolio_Website/blob/master/LICENSE) file for details.

## Contact
If you'd like to connect or collaborate, feel free to reach out:
- Email: [kiimissi.imane@gmail.com](mailto:kiimissi.imane@gmail.com)
- LinkedIn: [Kimissi Imane](https://www.linkedin.com/in/kimissi-imane-7b1aa624a/)