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

https://github.com/itsalexhimself/portfolio

A modern, responsive portfolio website built with React. Features dark mode, smooth animations, and a clean design. Built with React, Framer Motion, and Emotion.
https://github.com/itsalexhimself/portfolio

css css3 emotion framer-motion java javascript node-js nodejs portfolio portfolio-construction portfolio-management portfolio-optimization portfolio-page portfolio-project portfolio-site portfolio-template portfolio-website portfolios react reactjs

Last synced: 7 months ago
JSON representation

A modern, responsive portfolio website built with React. Features dark mode, smooth animations, and a clean design. Built with React, Framer Motion, and Emotion.

Awesome Lists containing this project

README

          

# Modern Portfolio Website

A beautiful, responsive portfolio website built with React, featuring dark mode support, smooth animations, and a modern design.

## Features

- 🌓 Dark/Light mode toggle
- 🎨 Modern and clean design
- 📱 Fully responsive layout
- ✨ Smooth animations using Framer Motion
- 🎯 Section-based navigation
- 📝 Contact form
- 📊 Skills visualization
- ⏳ Experience timeline
- 🖼️ Project showcase
- 🔗 Social media integration

## Light Mode Preview

![screencapture-localhost-3000-2025-03-04-14_10_09](https://github.com/user-attachments/assets/eee56bdf-a22b-47e1-87ae-ec5637c3c553)

## Dark Mode Preview

![screencapture-localhost-3000-2025-03-04-14_10_52](https://github.com/user-attachments/assets/6c419dd3-1681-4db1-88db-b2d5aa5b5640)

## Technologies Used

- React.js
- Framer Motion
- Emotion (styled-components)
- React Icons
- CSS Variables
- Modern CSS Features

## Getting Started

### Prerequisites

- Node.js (v14 or higher)
- npm or yarn

### Installation

1. Clone the repository
```bash
git clone https://github.com/yourusername/portfolio.git
```

2. Navigate to the project directory
```bash
cd portfolio
```

3. Install dependencies
```bash
npm install
# or
yarn install
```

4. Start the development server
```bash
npm start
# or
yarn start
```

5. Open [http://localhost:3000](http://localhost:3000) to view it in your browser

## Customization

1. Update personal information in `src/App.js`
2. Replace placeholder images with your own
3. Modify the color scheme in `src/App.css`
4. Add your own projects to the `projects` array
5. Update skills and experience in their respective arrays
6. Add your social media links
7. Update the contact form endpoint

## Project Structure

```
portfolio/
├── public/
│ ├── index.html
│ └── favicon.ico
├── src/
│ ├── components/
│ │ └── ProjectCard.js
│ ├── App.js
│ ├── App.css
│ └── index.js
├── package.json
├── README.md
└── LICENSE
```

## License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License - see the [LICENSE](LICENSE) file for details.

### What you can do:
- Use the code for personal or non-commercial projects
- Modify and adapt the code
- Share the code with others

### What you cannot do:
- Use the code for commercial purposes without permission
- Remove the attribution requirement
- Claim the code as your own

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## Acknowledgments

- [React](https://reactjs.org/)
- [Framer Motion](https://www.framer.com/motion/)
- [Emotion](https://emotion.sh/)
- [React Icons](https://react-icons.github.io/react-icons/)

## Contact

- **GitHub:** [itsalexhimself](https://github.com/itsalexhimself)
- **Email:** [itsalexhimself1@protonmail.com](mailto:itsalexhimself1@protonmail.com)

Project Link: [https://github.com/itsalexhimself/portfolio](https://github.com/itsalexhimself/portfolio-website)