Welcome to Learn Lab, an interactive learning platform designed to help you master your skills. This project is part of our Masters course, CS545 - HCI (Human-Computer Interaction).
Learn Lab is a web application that provides a user-friendly interface for learning and practicing various skills. Whether you want to improve your coding, design, or any other computer related skill, Learn Lab offers a range of interactive modules and resources to help you master your chosen field.
To set up the Learn Lab project on your local machine, please follow these steps:
-
Clone the repository in your local machine.
-
Navigate to the project's root directory & run the below scripts.
-
Install the required dependencies using npm:
npm install
- To start the Learn Lab application locally, run the following command:
npm start
This will launch the application on your local server. Open your web browser and visit http://localhost:3000
to access Learn Lab.