-
Notifications
You must be signed in to change notification settings - Fork 0
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
40 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# codathon2024.github.io | ||
|
||
# Codathon 2024 App | ||
|
||
## Overview | ||
|
||
The **Codathon 2024 App** was developed by our team during the Codathon event organized by our college in celebration of IEEE Day. This web application addresses the given problem statement, demonstrating our collective effort, creativity, and technical expertise. | ||
|
||
## Features | ||
|
||
- **Interactive User Interface**: A user-friendly design that enhances the overall user experience. | ||
- **Real-Time Functionality**: Provides instant feedback and updates for users. | ||
- **Responsive Design**: Optimized for both desktop and mobile devices. | ||
|
||
## Technologies Used | ||
|
||
- **HTML5, CSS3, JavaScript**: For front-end development. | ||
- **Bootstrap**: To ensure responsive design. | ||
- **GitHub Pages**: For hosting the application. | ||
|
||
## Installation | ||
|
||
To view the app locally, you can follow these steps: | ||
|
||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/mdsaad31/codathon2024.github.io | ||
``` | ||
|
||
2. Open the `index.html` file in your web browser to view the application. | ||
|
||
## Contributing | ||
|
||
We welcome contributions! If you'd like to improve this project, please fork the repository and submit a pull request. | ||
|
||
## Acknowledgments | ||
|
||
Special thanks to our mentors and peers who supported us throughout the Codathon, helping us bring this project to life. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |