Live Demo on flyingsonu122.github.io/tarana
Please read our Code of Conduct.
We're accepting PRs for our open and unassigned issues. Please check CONTRIBUTING.md. We'd love your contributions! Kindly follow the steps below to get started:
1. Fork this repository.
2. Clone the forked repository.
git clone https://github.com/<your-github-username>/tarana
3. Navigate to the project directory.
cd tarana
4. Create a new branch.
git checkout -b <your_branch_name>
5. Make changes in source code.
6. Stage your changes and commit
git add .
git commit -m "<your_commit_message>"
7. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
8. Create a PR to develop
branch !
9. Congratulations! 🎉 Sit and relax, you've made your contribution to Tarana project. ✌️ ❤️
This repository is intended for individuals to test their programming skills, and the author(@flyingsonu122) will take no responsibility if it is put to any other use. Check DISCLAIMER.md
Thank You