-
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
1 parent
43f647d
commit 94412b8
Showing
1 changed file
with
53 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,53 @@ | ||
# hey_stranger_frontend | ||
Frontend for Hey stranger | ||
# Hey Stranger Frontend | ||
|
||
Welcome to the frontend repository for the Hey Stranger application. | ||
|
||
<!-- ## Table of Contents | ||
- [Introduction](#introduction) | ||
- [Features](#features) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [License](#license) --> | ||
|
||
## Introduction | ||
Hey Stranger is a web application designed to connect people from around the world. This repository contains the frontend code built with modern web technologies. | ||
## Features | ||
|
||
- Real-time chat | ||
- Chat with interests | ||
- Video chat with interests | ||
|
||
## Technologies Used | ||
- WebRTC | ||
- Socket.io | ||
|
||
## Installation | ||
To get started with the project, clone the repository and install the dependencies: | ||
|
||
```bash | ||
git clone https://github.com/yourusername/heyStranger_frontend.git | ||
cd heyStranger_frontend | ||
``` | ||
|
||
<!-- ## Usage | ||
Run the development server: | ||
```bash | ||
npm start | ||
``` --> | ||
|
||
## Usage | ||
|
||
To start the development server, use the Live Server extension and navigate to `http://localhost:5500`. | ||
|
||
## Output | ||
![ChatScreens](./img/chat-output.png) | ||
|
||
## Contributing | ||
We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) for more details. | ||
|
||
## License | ||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information. | ||
|
||
|