Skip to content

hardikchopra242/hardikchopra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

79 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

image

Hardik Chopra

Personal Portfolio powered by Next.js

πŸ’» Building locally

# Clone the repo
git clone https://github.com/hardikchopra242/hardikchopra.git
cd hardikchopra

# Install dependencies
npm install

# Start development server
npm run dev

πŸš€ Building for production

# Clone the repo
git clone https://github.com/hardikchopra242/hardikchopra.git
cd hardikchopra

# Install dependencies
npm install

# Build
npm build

πŸ“‚ What's inside?

Let's have a look at the file structure

.
β”œβ”€β”€ components
β”‚Β Β  β”œβ”€β”€ About
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ About.jsx
β”‚Β Β  β”‚Β Β  └── About.style.js
β”‚Β Β  β”œβ”€β”€ Contact
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Contact.jsx
β”‚Β Β  β”‚Β Β  └── Contact.style.js
β”‚Β Β  β”œβ”€β”€ Footer
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Footer.jsx
β”‚Β Β  β”‚Β Β  └── Footer.style.js
β”‚Β Β  β”œβ”€β”€ Introduction
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Introduction.jsx
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Introduction.style.js
β”‚Β Β  β”‚Β Β  └── TextLarge.style.js
β”‚Β Β  β”œβ”€β”€ Loader
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Loader.jsx
β”‚Β Β  β”‚Β Β  └── Loader.style.js
β”‚Β Β  β”œβ”€β”€ Navigation
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Navigation.jsx
β”‚Β Β  β”‚Β Β  └── Navigation.style.js
β”‚Β Β  β”œβ”€β”€ NotFound
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ NotFound.jsx
β”‚Β Β  β”‚Β Β  └── NotFound.style.js
β”‚Β Β  β”œβ”€β”€ Projects
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Projects.jsx
β”‚Β Β  β”‚Β Β  └── Projects.style.js
β”‚Β Β  β”œβ”€β”€ SEO
β”‚Β Β  β”‚Β Β  └── SEO.jsx
β”‚Β Β  β”œβ”€β”€ Skills
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Skills.jsx
β”‚Β Β  β”‚Β Β  └── Skills.style.js
β”‚Β Β  └── Wrapper
β”‚Β Β      └── Wrapper.jsx
|
β”œβ”€β”€ next.config.js
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
|
β”œβ”€β”€ pages
β”‚Β Β  β”œβ”€β”€ 404.jsx
β”‚Β Β  β”œβ”€β”€ _document.jsx
β”‚Β Β  └── index.jsx
|
β”œβ”€β”€ public
β”‚Β Β  β”œβ”€β”€ Detectsy.png
β”‚Β Β  β”œβ”€β”€ favicon.png
β”‚Β Β  β”œβ”€β”€ float.svg
β”‚Β Β  β”œβ”€β”€ mail.svg
β”‚Β Β  β”œβ”€β”€ RGBeX.png
β”‚Β Β  β”œβ”€β”€ skills
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ arduino.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ c.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ cpp.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ css.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ express.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ git.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ heroku.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ html.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ javascript.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ linux.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mysql.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ next.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ node.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ postgres.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ postman.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ python.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ react.js
β”‚Β Β  β”‚Β Β  └── sass.js
β”‚Β Β  └── Virtuo.png
|
β”œβ”€β”€ README.md
β”œβ”€β”€ stitches.config.js
└── styles
    β”œβ”€β”€ global.style.js
    └── theme.config.js


πŸ”‘ Contribute

  • If you want to suggest some other feature, please open an issue here.

  • If you noticed some typos or a need to fix syntax, don't hesitate to make a pull request.

    # Clone repo
    git clone https://github.com/hardikchopra242/hardikchopra.git
    
    # cd into the repo
    cd hardikchopra
    
    # Make a new branch
    git branch feature
    
    # Make Changes
    
    # Add changes to staging area
    git add .
    
    # Commit your changes
    git commit -m"Commit Message"
    
    # Push your changes
    git push
    
    # Make a pull request
  • You can find existing issues here, if you can fix them, then go for it!

Releases

No releases published

Packages

No packages published