Many times, we just want to know about the meaning or the use of the keyword in one line. So, Oneliner is the tool that will help you with that.
Live Project: https://oneliner.vercel.app/
- React JS -> React is a free and open-source front-end JavaScript library for building user interfaces based on components.
- Vercel -> For deployment.
Note: If you are new to open source contributions, you can refer to this guide by GitHub.
- Go through the CONTRIBUTING.md file, where all the guidelines have been mentioned that will guide you to make your contribution.
- Do check out the project issue tracker section.
- Follow conventional commits for commit messages. You can read more about it here.
- Make sure to add the issue number in the commit message. For example,
git commit -m "fix: fixed a bug in the navbar #1"
. - Make sure to add the issue number in the PR title & description. For example,
fix: fixed a bug in the navbar #1
. - If your PR is an invalid one, it will be marked as
invalid
and closed. - If your PR is a duplicate one, it will be marked as
duplicate
and closed.