dhairyagothi / 100_days_100_web_project

This repository contains 100 web projects from basic to intermediate using html css and js Please star the repo before start working on it
https://50-days-50-web-project.vercel.app/
MIT License
30 stars 36 forks source link

chore: implement repo basics #41

Closed externref closed 4 months ago

externref commented 4 months ago

The repository is missing a .gitignore config due toh which the node_modules folder is being commited to github ( which is not a good practise ). The LICENSE is also missing, github provides multiple LICENSE templates depending on your project needs, might want to look into it.

Please assign me this issue if you want me to make these changes.

github-actions[bot] commented 4 months ago

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUUTING.md carefully. Your contributions are highly appreciated! 😊

dhairyagothi commented 4 months ago

yaaa go ahead Assigned @externref

externref commented 4 months ago

on it, what LICENSE should i add? most open source projects use MIT.