This is the web app which will generate a compact github profile banner for you when you put on your username in the input section.You can also download that generated poster by clicking on the button underneath...,you can showcase those downloaded poster on your socials
- By forking, clone the repository in your local system.
- Run
npm install
in Terminal it will Install all the dependencies which is required for this project. - Run
npm start
To run the website on your local repository.
- Your node version should be above v16.
- Downlaod the latest version of npm.
- Downloading Eslint and prettier will be plus.
Follow the steps given in contributing.md in order to contribute to this project.
├───assets
│ └───Poster
├───node_modules
├───public
│ └─── index.html
├───src
│ └───App.js
│ └───index.js
│ └───Components
├───package.json