Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 69 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
File renamed without changes.
1 change: 1 addition & 0 deletions frontend/components/login.html → components/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<link rel="icon" href="../imgs/logo-symbol-light.png" type="image/icon type">
<title> Login Register | Campus Connect</title>
<link rel="stylesheet" href="login.css">
<!-- Fontawesome CDN Link -->
Expand Down
Loading