saranshhardaha / CSwala-website

Our website with all the features of the app like resources, job listing, hacks, tips & tricks, and more in a dictionary-like fashion

Home Page:https://www.cswaala.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’» An Open Source organization to Educate people about the right style of getting educated!.πŸ“°πŸ”₯.

Join the Discord Server here

πŸ’»πŸ’»Follow us on LinkedIn

GitHub forks GitHub Repo stars
License: MIT Open Source Love svg1 PRs Welcome Maintenance

πŸ”₯ Features

πŸ“° Get Latest Updates about Everything there exits in Computer Science

✨ Search in a Dictionary Style manner.

πŸš€ Get Ahead with the right guidance from the Community.

πŸ›  Tech Used

  • React

⭐ HOW TO MAKE A PULL REQUEST:

1. Start by making a fork the repository. Click on the symbol at the top right corner.

2. Clone your new fork of the repository:

git clone https://github.com/<your-github-uername>/CSwala-website

3. Set upstream command:

git remote add upstream https://github.com/CSwala/CSwala-website.git

4. Install the dependencies

npm install

5. Run the application

npm Start

6. Navigate to the new project directory:

cd CSwala-website

7. Create a new branch:

git checkout -b YourBranchName

8. Sync your fork or local repository with the origin repository:

  • In your forked repository click on "Fetch upstream"
  • Click "Fetch and merge".

9. Make your changes to the source code.

10. Stage your changes and commit:

git add .
git commit -m "<your_commit_message>"

11. Push your local commits to the remote repository:

git push origin YourBranchName

12. Create a PR!

13. Congratulations! You've made your first contribution! πŸ™ŒπŸΌ

πŸ’₯ Issues

For major changes, you are welcome to open an issue about what you would like to contribute. Enhancements are always encouraged and appreciated.

All the best! πŸ₯‡

built with love

Contribution Guidelines βš™οΈ

You can find our Contributing guidelines here.

😎Maintainers


Rituraj Jain

πŸ’»

Saransh Hardaha

πŸ’»

Code Of Conduct:

You can find our Code of Conduct here.

License πŸ“

This project follows the MIT License.

Contributors:

Applause goes to these wonderful people ✨



Made with ❀ by CS wala



If you liked the project don't forget to 🌟 and 🍽 the project.

About

Our website with all the features of the app like resources, job listing, hacks, tips & tricks, and more in a dictionary-like fashion

https://www.cswaala.in/

License:MIT License


Languages

Language:HTML 100.0%