Skip to content

ramoncibas/cut-link

Repository files navigation

CutLink

AboutTechnologiesGetting StartedContributingLicense

📖 About

Application to shorten the length of links. You can save them to your device or share them.

🚀 Technologies

This project was developed with the following technologies:

ReactNative StyledComponents Expo

ℹ️ Getting Started

To clone and run this application, you'll need:

  • Git
  • React Native
  • Expo
  • Axios
  • Node.js v10.16 or higher or Yarn v1.13 or higher installed on your computer.

Installation

  1. Get a free API key at bitly

  2. Clone the repository

$ git clone https://github.com/ramoncibas/CutLink
  1. Install NPM packages
# you can use yarn too
$ npm install
  1. Create an .env file at the root
// Add your key and base url in this file
API_KEY=  {api_key here}
BASE_URL= {base_url here}
  1. Run
# localhost server
$ expo start <platform>
  1. Build
# Android or iOS
$ expo build:<platform> [options]

Build references: Expo

🤝 Contributing

This project is for study purposes too, so send me an email telling me what you are doing and why you are doing it, teach me what you know

All kinds of contributions are very welcome and appreciated!

  • ⭐️ Star the project
  • 🐛 Find and report issues
  • 📥 Submit PRs to help solve issues or add features
  • ✋ Give me suggestions for new features And make sure to read the Contributing Guide before making a pull request.

📝 License

This project is under the MIT license. See the MIT. for more information.

Made with ♥ by Ramon Cibas 👋 Get in touch!

Releases

No releases published

Packages