Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


app-image

Links - App







Made by

Repository size

GitHub last commit

GitHub


## About

This application has the functionality to save important links, where it is possible to save them by category.


## Screenshots


home






add






selected






delete-warning


## 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

 

Back to top