Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 742 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 742 Bytes

Aditya's Portfolio website

Coded in ReactJS

Project Details

I have used React js to make this portfolio. A clean design with full responsiveness. Also, added smooth scroll in the portfolio which will make the scroll experience really elegant.

Project Requirement

  1. HTML, CSS
  2. JavaScript
  3. ReactJS

What we have used (functionality wise)

  • React
  • React Hooks
  • Styled Components
  • Swiper js
  • React Transition Group
  • Smooth Scrollbar
  • React Icons
  • Feather Icons
  • React Router Dom
  • More...

Install Dependencies and Run Project

yarn
--- OR ---
npm install 

and after that start the live server.

yarn start
--- OR ---
npm start