Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Dec 19, 2021
2 parents 2836162 + 63363a2 commit 5fed3cd
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows 11, macOS Monterey]
- Version [e.g. v1.0.0]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# RiftShare

<p align="center" style="text-align: center">
<a href="https://github.com/achhabra2/riftshare/releases/latest" target="_blank" align="center">
<img src="https://github.com/achhabra2/riftshare/blob/gh-pages/assets/riftshare_small.png?raw=true" alt="icon" width="128" />
</a>
</p>

![GitHub all releases](https://img.shields.io/github/downloads/achhabra2/riftshare/total)
![GitHub](https://img.shields.io/github/license/achhabra2/riftshare)
![GitHub Release Date](https://img.shields.io/github/release-date/achhabra2/riftshare)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/achhabra2/riftshare)
![GitHub Repo stars](https://img.shields.io/github/stars/achhabra2/riftshare?style=social)

NOTE - Please see the gh-pages site at [riftshare.app](https://riftshare.app) for the up to date Readme and FAQ.

## About

RiftShare is an app inspired by a few amazing Github projects.
Expand Down Expand Up @@ -40,12 +48,13 @@ Frontend Built Using:

## Using it

Sending Files
![Selecting Files](./docs/screenshots/riftshare-send-1.png)
![Sending Files](./docs/screenshots/riftshare-send-2.png)
### Sending Files
<img alt="Selecting Files" src="./docs/screenshots/riftshare-send-1.png" width="400"/>
<img alt="Sending Files" src="./docs/screenshots/riftshare-send-2.png" width="400"/>


Receiving Files
![Receiving Files](./docs/screenshots/riftshare-receive-1.png)
### Receiving Files
<img alt="Receiving Files" src="./docs/screenshots/riftshare-receive-1.png" width="400"/>

TODO

Expand Down
Binary file modified appicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fed3cd

Please sign in to comment.