Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Web Technologies Lab - MIT Data Science and Engineering

Welcome to the Web Technologies Lab repository for the Data Science and Engineering branch at Manipal Institute of Technology (MIT). This repository contains all the code samples and projects related to web development using HTML, JavaScript, CSS, and more. Whether you are a student or an instructor, this README.md is designed to help you navigate through the repository.

Table of Contents

About

This repository serves as a central hub for all the lab exercises, projects, and resources related to web technologies. The materials here are meant to supplement the curriculum for MIT's Data Science and Engineering branch.

Weekly Labs

The repository is organized into folders by week, containing lab exercises and projects corresponding to each week of the course. You can explore the content of each week's folder to find lab exercises and projects for that particular week. Inside each week's folder, you will find detailed instructions, sample code, and additional resources.

If you're new to web development, start with Week 2 and progress sequentially to build your skills. For those looking to apply their knowledge, explore the projects within each week's folder.

Contributing

We welcome contributions from students, instructors, and anyone interested in improving this repository. If you have additional lab exercises, new projects, or corrections to existing content, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes: git checkout -b feature/your-feature.
  3. Make your modifications and commit them: git commit -m "Added XYZ lab exercise".
  4. Push your changes to your fork: git push origin feature/your-feature.
  5. Create a Pull Request (PR) with a clear description of your changes.

We will review your contributions and appreciate your help in enhancing the learning experience for others.

License

This repository is licensed under the MIT License. You are free to use, modify, and distribute the code and content in this repository for educational purposes. Please review the license file for more details.

Feel free to explore the repository, learn, and enjoy the process of building web applications. If you have any questions or need assistance, don't hesitate to reach out to us. Happy coding! 😊