Skip to content

aatmik-panse/react_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACT_PORTFOLIO

last-commit repo-top-language repo-language-count

Developed with the software and tools below.

JavaScript HTML5 React JSON


πŸ“‚ Repository Structure

└── 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

πŸš€ Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • JavaScript

βš™οΈ Installation

  1. Clone the react_portfolio repository:
git clone https://github.com/aatmik-panse/react_portfolio
  1. Change to the project directory:
cd react_portfolio
  1. Install the dependencies:
npm install

πŸ€– Running react_portfolio

Use the following command to run react_portfolio:

node app.js

πŸ§ͺ Tests

To execute tests, run:

npm test