This is a collaborative Web Development & Applications (WDA) project built using HTML, CSS, and React.
The main purpose of this website is to act as a platform for people to find and hire talented freelancers. Clients can browse through the website, click on individual profile cards to view each freelancer's specific details and skills, and easily hire them for projects.
Our goal is to design a responsive and visually appealing website that not only connects freelancers with clients but also showcases our team's learning and creativity.
- Members:
- Kartikey Chaudhary
- Srujan Tagalpallewar
- Palak Dasauni
- Ayush Bharti
- Eshita Modi
- Aadya Agrawal
All the main website files are inside the hireportfolio folder:
src/: Contains the React code (like the clickable cards and portfolio pages).public/: Contains the mainindex.htmlfile.package.json: Lists the tools needed to run the app.
- Open your terminal and go into the
hireportfoliofolder. - Type
npm installand press Enter to download the needed files. - Type
npm startand press Enter to view the website in your browser.