An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Encontrei logo


Repository size


Made by Fellipe Utaka & Victor Micco


Made by Fellipe Utaka & Victor Micco


GitHub last commit

License

Stargazers



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.


ERD

## πŸš€ 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