This application has the functionality to save important links, where it is possible to save them by category.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# 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 <http://localhost:8081>
Made with 💜 by Timoteo Reinheimer Piano