https://github.com/fellipeutaka/encontrei
π An application to help people to recover your belongs and to manage lost items
https://github.com/fellipeutaka/encontrei
electron expo react supabase swr tailwindcss turborepo typescript vite
Last synced: about 2 months ago
JSON representation
π An application to help people to recover your belongs and to manage lost items
- Host: GitHub
- URL: https://github.com/fellipeutaka/encontrei
- Owner: fellipeutaka
- License: mit
- Created: 2022-10-27T06:29:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T01:44:53.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T21:41:47.133Z (6 months ago)
- Topics: electron, expo, react, supabase, swr, tailwindcss, turborepo, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Project |
Technologies |
How to use |
How to contribute |
License |## π» Project
Encontrei (Found it) is a desktop and mobile application to help people to recover your belongs and to manage lost items.
![]()
## π Technologies
This project was developed with the following technologies:
- [TypeScript][ts]
- [Node.js][node]
- [Electron][electron]
- [Supabase][supabase]
- [React][react]
- [TailwindCSS][tailwind]
- [React Native][rn]
- [Expo][expo]## βΉοΈ How To Use
To clone and run this application, you'll need [Git][git], [Node.js][node] + [Yarn][yarn] installed on your computer.
From your command line:
```bash
# Clone this repository
$ git clone https://github.com/fellipeutaka/encontrei.git# Install dependencies
$ yarn# Generate Prisma Client types
$ yarn server prisma generate# Start server
$ yarn dev
```## π€ How to contribute
1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to original branch: `git push origin / `
5. Create the pull request.Or, see the GitHub documentation on [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## π License
This project is under the MIT license. See the [LICENSE](https://github.com/fellipeutaka/encontrei/blob/master/LICENSE) for details.
Made with β₯ by Fellipe Utaka & Victor Miccoπ [Get in touch!](https://www.linkedin.com/in/fellipeutaka/)
[figma]: https://www.figma.com/file/kwLAEZmyDB2NuvMNi87XGF/Bol%C3%A3o-da-Copa-(Community)
[node]: https://nodejs.org/
[supabase]: https://supabase.com/
[electron]: https://www.electronjs.org/
[ts]: https://www.typescriptlang.org/
[expo]: https://expo.dev/
[react]: https://reactjs.org
[tailwind]: https://tailwindcss.com/
[rn]: https://reactnative.dev/
[yarn]: https://yarnpkg.com/
[git]: https://git-scm.com