aditya20t / Gitzilla

A resume builder for your GitHub profile.

Home Page:https://gitzilla.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitZilla 🌟

πŸ‘©β€πŸ’» Technology Stack

πŸ“ API

GitHub API

⚑ Installation

1. Clone this repo by running either of the below commands.

https : `git clone https://github.com/ChoukseyKhushbu/Gitzilla.git`

ssh : `git clone git@github.com:ChoukseyKhushbu/Gitzilla.git`

2. Now, run the following commands:

cd Gitzilla
npm install

This will install all the project dependencies.

3. Create a .env file in the project root folder and copy the format of .env.sample file.

  • .env.sample file contains all the environment variables required for running the project.

4. Get your Personal Access Token by signing in to your github account and then go to your setting -> developer setting -> Personal access tokens -> Generate new token

  • Add this token to your .env file

5. To start the development server run:

npm start

6. πŸŽ‰ Open your browser and go to https://localhost:3000

πŸ“„ License

MIT Β© Gitzilla

About

A resume builder for your GitHub profile.

https://gitzilla.netlify.app/

License:MIT License


Languages

Language:JavaScript 67.8%Language:CSS 30.4%Language:HTML 1.8%