A personal portfolio website built with React.js, React Router, and Styled Components.
This personal portfolio website is a single-page application that showcases your skills, projects, and experience. It was built using React.js, a popular JavaScript library for building user interfaces, React Router for client-side routing, and Styled Components for styling. It allows visitors to easily navigate through different sections of the website and learn more about you and your work.
- Single-page application built with React.js
- Client-side routing using React Router
- Dynamic styling using Styled Components
- Customizable sections for showcasing skills, projects, and experience
- Option to add a contact form
- Responsive design for optimal viewing on different devices
- Clone the repository:
git clone https://github.com/sosyfy/portfolio.git
- Install dependencies:
npm install
oryarn install
- Start the development server:
npm start
oryarn start
- Open http://localhost:3000 in your browser to see the application.
- Customize the sections and styling to suit your needs
- React.js
- React Router
- Styled Components
Contributions are always welcome! If you have any suggestions or find a bug, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.