- Welcome to CampusConnect -
--
- your go-to destination for staying in the loop with all the exciting events, announcements, and opportunities buzzing around campus. -
-diff --git a/README.md b/README.md index 02d9a31..2a91318 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,70 @@ -# Hackitects +# CampusConnect +Welcome to CampusConnect, your go-to destination for staying in the loop with all the exciting events, announcements, and opportunities buzzing around campus. + +## Table of Contents +- [Introduction](#introduction) +- [Features](#features) +- [Installation](#installation) +- [Usage](#usage) +- [Contributing](#contributing) +- [License](#license) +- [Contact](#contact) + +## Introduction +CampusConnect is a web application designed to keep students, faculty, and staff informed about the latest happenings on campus. Whether it's events, announcements, or opportunities, CampusConnect ensures you never miss out on anything important. + +## Features +- Event Listings: Stay updated with all upcoming events. +- Announcements: Receive important campus announcements in real-time. +- Opportunities: Discover various opportunities available on campus. +- User-Friendly Interface: Easy navigation and intuitive design. + +## Installation +To get a local copy up and running, follow these simple steps: + +### Prerequisites +- Node.js and npm installed on your machine. + +### Clone the Repository +```bash +git clone https://github.com/iamanishsrivastava/CampusConnect.git +``` + +### Install Dependencies +Navigate to the project directory and install the required dependencies: +```bash +cd CampusConnect +npm install +``` + +### Run the Application +Start the development server: +```bash +npm start +``` +Open your browser and navigate to `http://localhost:3000` to see the app in action. + +## Usage +You can access the live version of CampusConnect [here](https://campusconnect-hackitect.vercel.app). + +## 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 + +## License +Distributed under the MIT License. See `LICENSE` for more information. + +## Contact +CampusConnect is a team project by: +- [Anagha A Rao](https://github.com/AnaghaARao) (Team Leader) +- [Anish Srivastava](https://github.com/iamanishsrivastava) +- [Anisha Patra](https://github.com/ap766) +- [Arsh Gupta](https://github.com/ArshGupta74) + +GitHub: [CampusConnect](https://github.com/iamanishsrivastava/CampusConnect) diff --git a/frontend/components/images/logo-symbol.png b/components/images/logo-symbol.png similarity index 100% rename from frontend/components/images/logo-symbol.png rename to components/images/logo-symbol.png diff --git a/frontend/components/login.css b/components/login.css similarity index 100% rename from frontend/components/login.css rename to components/login.css diff --git a/frontend/components/login.html b/components/login.html similarity index 97% rename from frontend/components/login.html rename to components/login.html index 4cf0b28..3534308 100644 --- a/frontend/components/login.html +++ b/components/login.html @@ -2,6 +2,7 @@
+
-
-
+
+ - Welcome to CampusConnect -
-- your go-to destination for staying in the loop with all the exciting events, announcements, and opportunities buzzing around campus. -
-
- + Welcome to CampusConnect +
++ your go-to destination for staying in the loop with all the exciting events, announcements, and opportunities buzzing around campus. +
+
+