Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trpiano/links
This application has the functionality to save important links, where it is possible to save them by category.
https://github.com/trpiano/links
expo project-image react-native typescript
Last synced: 15 days ago
JSON representation
This application has the functionality to save important links, where it is possible to save them by category.
- Host: GitHub
- URL: https://github.com/trpiano/links
- Owner: trpiano
- License: mit
- Created: 2024-10-20T11:21:40.000Z (29 days ago)
- Default Branch: master
- Last Pushed: 2024-10-22T01:43:36.000Z (27 days ago)
- Last Synced: 2024-10-22T20:27:34.983Z (27 days ago)
- Topics: expo, project-image, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 2.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Links - App
## About
This application has the functionality to save important links, where it is possible to save them by category.
## Screenshots
## Technologies
The following tools were used in this project:
- [React-Native](https://reactnative.dev/)
- [Expo](https://expo.dev/)
- [TypeScript](https://www.typescriptlang.org/)
## Requirements
Before starting 🏁, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.
## Getting Started
```bash
# Clone this project
$ git clone https://github.com/trpiano/links# Access
$ cd links# Install dependencies
$ yarn
# Or
$ pnpm i
# Or
$ npm i# Run the project
$ yarn expo start
# Or
$ pnpx expo start
# Or
$ npx expo start# The server will initialize in the
```
Made with 💜 by Timoteo Reinheimer Piano