https://github.com/gstj/pegava-dating-app
💖 A place to get some love. Pegava is a beautiful dating app made in React Native.
https://github.com/gstj/pegava-dating-app
javascript react-native redux styled-components typescript
Last synced: 14 days ago
JSON representation
💖 A place to get some love. Pegava is a beautiful dating app made in React Native.
- Host: GitHub
- URL: https://github.com/gstj/pegava-dating-app
- Owner: GSTJ
- License: cc0-1.0
- Created: 2022-07-05T14:51:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T11:35:43.000Z (9 months ago)
- Last Synced: 2025-04-01T10:52:55.918Z (22 days ago)
- Topics: javascript, react-native, redux, styled-components, typescript
- Language: TypeScript
- Homepage: https://github.com/GSTJ/pegava-dating-app
- Size: 6.95 MB
- Stars: 380
- Watchers: 8
- Forks: 134
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://github.com/GSTJ)
[](#)
[](https://github.com/GSTJ/PegavaDatingApp/stargazers)
[](https://github.com/GSTJ/PegavaDatingApp/network/members)
[](https://github.com/GSTJ/PegavaDatingApp/graphs/contributors)---
### Fully responsive design
Posted publicly at the [Figma Community](https://www.figma.com/community/file/1128472053077012222)---
### **Videos**
_(Themes are according to system preferences)_
https://user-images.githubusercontent.com/50031755/182279278-cc84c43f-35f1-44bc-affd-354a1bb4ec21.mp4
https://user-images.githubusercontent.com/50031755/182279427-2f190d81-1b98-4e3f-b1c3-7ef8489ccf2a.mp4
# :pushpin: Table of Contents
- [Installation](#construction_worker-installation)
- [FAQ](#postbox-faq)
- [Contributing - Found a bug? Missing a specific feature?](#tada-contributing--bug-issues)
- [License](#closed_book-license)# :construction_worker: Installation
1. **Clone the repository**
Via HTTPS: `git clone https://github.com/GSTJ/PegavaDatingApp.git`
Via SSH: `git clone [email protected]:GSTJ/PegavaDatingApp.git`
2. **Install the necessary packages.**
Go to the main directory and install the necessary packages
```sh
cd PegavaDatingApp/
yarn
```3. **Start developing.**
Initiate the project in development mode
```sh
expo start
```# :postbox: FAQ
### 🙋 What is Pegava?
Pegava is supposed to be a dating app. I made it back at the pandemic's beginning but was never released. So I'm making it open source so the community can take a look and maybe use it better. I rapidly refactored it recently to make sure things are up to date after more than a year without updates.
### 📲 Can I try the app?
Yes! Simply download the Expo app and scan the QR code below:
More detailed instructions can be found here: https://exp.host/@gstj/pegava
### 👨🔬 What are the technologies used?
Here are some of them:
- [Expo](https://expo.io/)
- [Node.js](https://nodejs.org/en/)
- [React](https://pt-br.reactjs.org/)
- [React Native](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/)
- [React Redux](https://github.com/reduxjs/react-redux)
- [Styled-components](https://github.com/styled-components/styled-components)# :tada: Contributing + :bug: Issues
They make the open-source community such a fantastic place to learn, inspire, and create. Any contributions you make are much appreciated.
Feel free to **file a new issue** with a respective title and description on the [Pegava](https://github.com/GSTJ/PegavaDatingApp/issues) repository.
If you already found a solution to your problem, **I would love to review your pull request**!
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# :closed_book: License
This project was made in 2020, released publicly in 2022.
The project is under the [The Creative Commons CC0 license](https://github.com/GSTJ/PegavaDatingApp/master/LICENSE).
Made with 💖 by [**Gabriel Taveira**](https://github.com/GSTJ) 🚀