-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
|
||
# 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: | ||
```sh | ||
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](https://developer.mozilla.org/en-US/) | ||
- [W3Schools](https://www.w3schools.com/) | ||
- 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 |