A platform through which people of similar techstack can find and collaborate with each other to develop their skills and work on projects posted by other users to enhance community learning.
- Login/Register implemented with full fledged authentication.
- Users and their techstack are displayed on logging in.
- Users can post projects in which they need help which is visible to other users
- Users can send connection request to one another and also remove existing friends
- User can also view his/her profile page.
- Users can also chat with one another through the means of whatsapp
- React.js
- Material UI
- Bootstrap
- Firebase
- Aos
- Axios
- Randomcolor
If you don't have git on your machine, install it.
Install node.js on the system
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone "url you just copied"
where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
For example:
git clone https://github.com/minor-G43/Teconect-Frontend.git
After cloning the repo, run the following in the terminal.
npm install
npm start
This will start the project automatically on localhost:3000
.