https://github.com/shikha-code36/shikhaportfolio
This is my personal portfolio
https://github.com/shikha-code36/shikhaportfolio
Last synced: 7 months ago
JSON representation
This is my personal portfolio
- Host: GitHub
- URL: https://github.com/shikha-code36/shikhaportfolio
- Owner: Shikha-code36
- License: mit
- Created: 2024-05-02T17:52:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T15:54:02.000Z (11 months ago)
- Last Synced: 2025-03-10T04:59:43.804Z (10 months ago)
- Language: JavaScript
- Homepage: https://shikhapandey.me/
- Size: 5.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shikhaPortfolio
---
## View live preview [here](https://shikhapandey.me/)
---
# Installation :arrow_down:
### You will need to download Git and Node to run this project
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
#### Make sure you have the latest version of both Git and Node on your computer.
```
node --version
git --version
```
##
# Getting Started :dart:
### Fork and Clone the repo
To Fork the repo click on the fork button at the top right of the page. Once the repo is forked open your terminal and perform the following commands
```
git clone https://github.com//github-portfolio.git
cd github-portfolio
```
### Install packages from the root directory
```bash
npm install
# or
yarn install
```
Then, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
---
# Usage :joystick:
If you want to use Google Analytics, Please create a new `.env` file from `.env.example` file and provide the value.
Eg:
```env
NEXT_PUBLIC_GTM = ""
```
---
# Packages Used :package:
| Used Package List |
| :-------------------: |
| next |
| @next/third-parties |
| axios |
| react-icons |
| react-github-calendar |
| sass |
| tailwindcss |
---
## Disclaimer
This portfolio is inspired by Abu Said's [portfolio](https://github.com/said7388/github-portfolio). All credits go to the owners of those repositories.