GuideLy is a web application designed to help students learn and get guidance in various domains such as web development, app development, competitive programming (CP), machine learning (ML), information technology (IT), and more. It also harbors the legacy our IoT Lab holds.
-
Domain-Specific Learning Paths: Curated learning paths for different domains to guide students from beginner to advanced levels.
-
Community Support: Join a community of like-minded learners to collaborate and share knowledge.
-
Resource Library: A comprehensive library of resources including articles, videos, and documentation.
-
Clone the repository:
git clone [https://github.com/iot-lab-kiit/intern-fair.git](https://github.com/iot-lab-kiit/intern-fair.git) cd client
-
Install dependencies:
yarn install
-
Set up the environment variables: Create a
.env
file in the root client directory -
Run the application:
yarn run dev
-
Access the application: Open your browser and navigate to
http://localhost:3000