Skip to content

sank2000/portfolio

Repository files navigation

Santhosh Portfolio

This is my portfolio website, proudly built with Next.js, TypeScript, SASS.

This project is a constant work in progress, so if you find any bugs, typos or other errors, please feel free to open an issue or a pull request. This project is open source, so please feel free to fork and adapt for your own projects (credit would be appreciated).

GitHub release (latest by date) Release Date Release Date

Features

  • Swipe left or right to navigate the page
  • Keyboard key to navigate page
    • Enter or Backspace key
    • Right or Left arrow key
    • d or a key
  • cool tech background
  • attractive animation
  • more

Getting this project up and running

  1. Fork or Clone

    Fork or clone this project from Github to get your own copy of it.

  2. Start developing.

    Navigate into site’s directory and start it up.

    cd portfolio/
    
    npm i
    
    npm run dev
  3. Open the source code and start editing!

    Your site is now running at http://localhost:3000!

    Open the portfolio directory in your code editor of choice and edit src/pages/index.tsx. Save your changes and the browser will update in real time!

Learn More

To learn more about Next.js, take a look at the following resources: