Welcome to my portfolio repository! This portfolio is built using React.js, React Router, tsparticles, and Typed.js to showcase my skills and projects. Jagrati Gupta
To get a local copy up and running, follow these simple steps:
- Clone the repository to your local machine.
- Install the necessary dependencies.
- Run the application using the provided scripts.
- Open your browser and visit
http://localhost:3000
to view the portfolio.
- React.js: A JavaScript library for building user interfaces.
- React Router: A declarative routing library for React.js.
- tsparticles: A lightweight particle library for creating interactive backgrounds.
- Typed.js: A JavaScript library for creating typing animations.
- Responsive Design: The portfolio is designed to be responsive and accessible across various devices and screen sizes.
- Project Showcase: Displaying a collection of my projects with details and links to the respective repositories or live demos.
- Interactive Background: Utilizing tsparticles to create an engaging and interactive background.
- Typing Animation: Implementing Typed.js to create dynamic and engaging typing animations for headings and descriptions.
To install the required dependencies, navigate to the project root directory and run:
npm install
After installing the dependencies, you can run the development server using:
npm start
This will start the development server, and you can view the portfolio by opening http://localhost:3000
in your browser.