Developed with the software and tools below.
└── react_portfolio/
├── README.md
├── bun.lockb
├── package-lock.json
├── package.json
├── public
│ ├── index.html
│ ├── logo6.png
│ ├── manifest.json
│ └── robots.txt
└── src
├── App.css
├── App.js
├── App.test.js
├── assets
│ ├── codeImg.webp
│ ├── deskImg.webp
│ ├── dp.webp
│ └── eqbImg.webp
├── components
│ ├── About
│ │ ├── About.css
│ │ └── About.js
│ ├── Card
│ │ ├── Card.css
│ │ ├── Card.jsx
│ │ └── index.js
│ ├── Education
│ │ ├── Education.css
│ │ └── Education.js
│ ├── Experience
│ │ ├── Experience.css
│ │ ├── Experience.jsx
│ │ └── index.js
│ ├── Footer
│ │ ├── Footer.css
│ │ ├── Footer.jsx
│ │ └── index.js
│ ├── Home
│ │ ├── Home.css
│ │ └── Home.js
│ ├── Navbar
│ │ ├── Navbar.css
│ │ └── Navbar.js
│ ├── Projects
│ │ ├── ProjectCard.css
│ │ ├── ProjectCard.jsx
│ │ ├── Projects.css
│ │ ├── Projects.jsx
│ │ └── index.js
│ ├── Skills
│ │ ├── Skills.css
│ │ ├── Skills.js
│ │ ├── SkillsCard.css
│ │ └── SkillsCard.js
│ ├── Tiles
│ │ ├── Tiles.css
│ │ └── Tiles.js
│ ├── Typing
│ │ ├── Typing.css
│ │ └── Typing.js
│ └── svgviewer-png-output.png
├── index.css
├── index.js
├── logo.svg
├── reportWebVitals.js
└── setupTests.js
Requirements
Ensure you have the following dependencies installed on your system:
- JavaScript
- Clone the react_portfolio repository:
git clone https://github.com/aatmik-panse/react_portfolio
- Change to the project directory:
cd react_portfolio
- Install the dependencies:
npm install
Use the following command to run react_portfolio:
node app.js
To execute tests, run:
npm test