Production: https://techify-kdc.herokuapp.com/
Develop: https://techify.vercel.app/
This platform is designed to connect women all over the world where they can get all information related to the tech and can share their ideas. They can get resources as per their need and can connect with other women to work upon their ideas. It can also be used by women to sell their homemade products which will help them in their economic growth.
YouTube Link: https://www.youtube.com/watch?v=JsMcYSJdkLg
- 🎨 give suggestions on how to improve the UI design
- 🔨 try to break the website by testing it to find any bugs. If you find any, check if there is an issue already open for it, if there is none, then report it
- 🤸🏻 If you're new to open-source contributions, then you can simply start by picking up a ToDo given below 😊
- Home Page
- Login Page
- Signup Page
- Resources Page
- Products Page
- Ideas Page
- PPT explanation
- Video explanation
1. Fork the Techify repo by clicking on the fork button on the top of the page. This will create a copy of this repository in your account.
2. Clone the forked repository
git clone "https://github.com/<your-github-username>/Techify"
3. Create a branch named develop
cd Techify
git checkout -b develop
4. Make necessary changes and commit those changes
git add files-you-edited
git commit -m "<commit-message-goes-here>"
5. Push changes to GitHub
git push origin develop
6. Create a Pull Request 🤟🏻
If you go to your repository on GitHub, you’ll see a Compare & pull request
button. Click on that button. We'll review your code and merge it if it passes all the tests ❤️