This is a portfolio website built using React.

It includes various features and integrations such as:

  • React and React DOM for building the user interface
  • React Router for handling client-side routing
  • Bootstrap and React Bootstrap for styling and layout
  • Axios for making HTTP requests
  • React-PDF for generating PDFs
  • React-Github-Calendar for displaying GitHub contribution data
  • React-Parallax-Tilt for adding 3D tilt effect to elements
  • React-Icons for importing icons from various libraries
  • Typewriter-Effect for creating a typewriter effect
  • React-TSParticles for adding particle effects
  • Web-Vitals for measuring web performance

Run Locally

Clone the project

  git clone https://github.com/ansulagrawal/portfolio.git

Go to the project directory

  cd portfolio

Install dependencies

  npm install

Start the server

  npm run dev

Build Project

  npm run build

To lint the project:

  npm run lint

Dependencies and DevDependencies

  • Dependencies

    • @react-pdf/renderer
    • axios
    • bootstrap
    • react
    • react-bootstrap
    • react-dom
    • react-github-calendar
    • react-icons
    • react-parallax-tilt
    • react-pdf
    • react-router-dom
    • react-tsparticles
    • typewriter-effect
    • web-vitals
  • DevDependencies:

    • @types/react
    • @types/react-dom
    • @vitejs/plugin-react-swc
    • eslint
    • eslint-plugin-react
    • eslint-plugin-react-hooks
    • eslint-plugin-react-refresh
    • vite

The project is configured to use ESLint for linting, with the following plugins:

  • react
  • react-hooks
  • react-refresh

The project is also configured to use Jest for testing, with the following plugin:

  • react-app

The project is built using Vite, a modern front-end build tool.

License

MIT

Authors

Deployed

This project is deployed on vercel.