Note: This project is part of the Mercor Startup Gateway Hackathon (Track 1).
This website is deployed on https://mercor-murex.vercel.app/
Overview - Mercor's Startup Gateway Hackathon aims to foster creativity and the ability to develop useful products that address real-world problems. Participants are required to complete one of two tracks.
Track 1 - Full Stack Web Application
Prompt - Build a web application that provides a solution to a problem faced by friends or businesses on a regular basis. The solution should demonstrate excellent technical execution and showcase your product intuition.
Tech Stacks - For this track, we recommend using the T3 Stack, which is standard at Mercor. Additionally, we suggest utilizing UI kits like Chakra UI to minimize the time spent on UI development. You are free to deploy your application to Vercel or any other hosting provider.
SkillShow is our submission for the Mercor Startup Gateway Hackathon (Track 1). It is a web application that addresses the problem of creating a community-driven platform where users can engage in discussions, share knowledge, and be recognized for their expertise within specific domains.
By implementing a rating system inspired by competitive programming platforms like Kaggle, SkillShow enables users to build their reputation based on their contributions and skills. It offers a space where individuals and organizations can organize contests to identify and recruit talent, opening up monetization opportunities.
SkillShow is built using the T3 stack, which includes the following technologies:
We have utilized Chakra UI, a UI kit, to streamline the user interface development process. The application can be deployed to Vercel or any other hosting provider of your choice.
To run the SkillShow project locally, please follow the steps below:
Clone the repository:
git clone https://github.com/2773kartik/SkillShow.git
Navigate to the project directory:
cd SkillShow
Install the dependencies:
npm i
Set up the environment variables:
Update the database
npx prisma db push
Start the server
npm run dev
Once the SkillShow application is up and running, follow the steps below to use the platform effectively:
Feel free to explore all the features and functionalities of SkillShow to enhance your networking, knowledge-sharing, and skill-building experiences.
We welcome contributions to the SkillShow project! If you have any ideas, suggestions, bug reports, or improvements.
The SkillShow project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of this license.