Canary branch is the development branch, raise your pull requests to canary
.
We are re-building our website with Next JS
Fork this repository and make your contribution count β¨
This repository serves as official repository for the Community Website, hosted at techphantoms.co
We are now on Instagram @tech_phantoms
Tech Phantoms is an open tech organization and β€ to build Open Source software applications. We are powered by one of the Microsoft Learn Student Ambassadors. We want to enable people to adapt and change technology according to their own ideas and needs and validate science and knowledge through an Open Access approach. It's launched by dedicated efforts of two undergraduate students and a fully functional core team. We also organize events, make mentoring sessions, and so much more. You can register on V1 website of Tech Phantoms here
We use highly secured Airtable servers with highest possible API based encryption for our data safety measures
The project is created using create-react-app and based on React.js framework.
- HTML & CSS
- Material UI
- Airtable
- ReactJS
We made this section for beginners, to feel comfortable while contributing to this project.
If you are facing any problem in understanding the codebase, here is the Project Structure Documentation.
- Fork the repository here.
- Clone the forked repository.
$ git clone https://github.com/your_username/Tech-Phantoms.git
- Open the folder in your favorite code editor and start making changes.
- If you want to make bigger changes (such as redesigning the website), create an issue to discuss with the community about it.
- Stage your changes one by one.
$ git add <filename> # `git add .` to stage all changes
- Commit and push.
$ git commit -m "commit title" -m "commit description" # Optional. You can use `git` commit without the extra parameters, and your favorite editor will be opened and you'll be able to choose a commit title and commit description.
$ git push # `git push origin local_branch:remote_branch` to push from and to a certain branch.
- You're done! π Now you need to submit a pull request and the maintainers will review it.
We are open to contributions. On a note, the deployed branch is master
we will be merging all your contributions to development
branch. To know more about how we accept contributions, we recommend you to go through our contributing guidelines.
- A Chromium-based broswer
- VCS Git
- Code Editor (Visual Studio Code, Sublime Text, etc.)
Please read CONTRIBUTING.md for information on how to contribute to the project.
We want to facilitate a healthy and constructive community behavior by adopting and enforcing our code of conduct.
Please adhere towards our Code of Conduct.