Skip to content

nst-sdc/NIRMAAN-2024

Repository files navigation

Netlify Status

NIRMAAN 2024

This repository contains the project for NIRMAAN 2024.

Introduction

This project is part of the NIRMAAN 2024 initiative by NST-SDC.

Technologies Used

  • HTML: Used for structuring the web pages.
  • CSS: Applied for styling the web pages.

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:
    git clone https://github.com/NST-SDC/NIRMAAN-2024.git
  2. Open the project in your favorite code editor.
  3. Open the index.html file in your web browser to view the project.

Usage

You can use this project as a template or reference for your own projects. Feel free to explore the code and make modifications as needed.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Learnings and References

This project was created using knowledge from various sources, including:

  • MDN Web Docs
  • W3Schools
  • I also use https://vite.dev for some work, especially when it comes to JavaScript projects. It has some great resources and tools that help streamline my workflow