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