This repository serves as official repository for the Community Website hosted at techphantoms.tech
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. Its launched by dedicated efforts of two undergraduate students and a fully functional core team. We also organize events, mentoring sessions and 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
Notice: Please read the contributing guidelines and README before sending the PR.
π We are following best open source practices.
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 problem in understanding codebase, here is Project Structure Documentation
- Clone the repo
git clone github.com/your_username/Tech_Phantoms_website.git
- Open the folder in your favorite code editor and start adding modifications.
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 Contributing guidelines.
In order to facilitate development / testing phases, we have generated the following dummy API keys to be used in your environment variables Setting Up dummy API KEY
- Install dotenv
npm i dotenv
- Create .env file in root directory
/
- Paste the following code inside .env file.
REACT_APP_AIRTABLE_API_KEY = keyl7IrslG0riVZjW;
REACT_APP_TEAM_BASE = appeFoa7ggqSOwivF;
REACT_APP_EVENT_BASE = appC2QPeeuXQPAxgr;
- Google Chrome
- Git
- Code Editor (Visual Studio Code, Sublime Text)
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.