├── .github ├── Testimonials.md └── pullrequest_template.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTORS.md ├── LICENSE ├── README.md └── _config.yml /.github/Testimonials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Hacktober-Fest-2021/HEAD/.github/Testimonials.md -------------------------------------------------------------------------------- /.github/pullrequest_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Hacktober-Fest-2021/HEAD/.github/pullrequest_template.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Hacktober-Fest-2021/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Hacktober-Fest-2021/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Hacktober-Fest-2021/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Hacktober-Fest-2021/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prathimacode-hub/Hacktober-Fest-2021/HEAD/_config.yml --------------------------------------------------------------------------------