An open API service indexing awesome lists of open source software.

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

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.