Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.46 KB

Personal Portfolio Website

A personal portfolio website built with React.js, React Router, and Styled Components.

Summary

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.

Features

  • 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

Getting Started

  1. Clone the repository: git clone https://github.com/sosyfy/portfolio.git
  2. Install dependencies: npm install or yarn install
  3. Start the development server: npm start or yarn start
  4. Open http://localhost:3000 in your browser to see the application.
  5. Customize the sections and styling to suit your needs

Dependencies

  • React.js
  • React Router
  • Styled Components

Contributions

Contributions are always welcome! If you have any suggestions or find a bug, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.