Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1006 Bytes

README.md

File metadata and controls

53 lines (31 loc) · 1006 Bytes

React Portfolio

This repository is home to a simple, fully functional React portfolio website designed specifically for aspiring frontend developers. It's an ideal starting point for anyone who wants to:

  • Learn React by building a practical project.
  • Gain inspiration for their own portfolio design.
  • Understand basic React components and state management.

3-devices-black

Features

  • Light/dark mode toggle
  • Smooth Scrolling
  • Scroll Animations
  • Responsiveness

Run Locally

Clone the project

  git clone https://github.com/sohomofficial/react-portfolio.git

Go to the project directory

  cd react-portfolio

Install dependencies

  npm i

Start the server

  npm start

FAQ

Can I use this project as a template to create my own portfolio?

Yes! But don't forget to add your own magic to it ✨.