/Make-me-shorter

A simple/straightforward url shortener.

Primary LanguageJavaScript

Make me shorter (Url Shortener)

⚠️⚠️WARNING⚠️⚠️ The API that I've decided to use is DEAD. I'm searching for a new one.

Full Access

General info

  • About the code: Well, the main idea was to keep everything as simple and organized as I could. So, I tried to follow a clear and straightforward naming convention, taking into account all React good practices.

  • About the versioning/commits: I'm not really using any sort of convention (even though it looks similar to conventional commits (https://www.conventionalcommits.org/en/v1.0.0/). It's just a way to keep things a little bit organized/readable.

  • API docs: https://shrtco.de/docs/

Technologies

This project was built with:

  • Figma: Design Prototype;

  • JavaScript (React (CRA));

  • ESLint;

  • Sass/scss & CSS modules.

Setup

To run this project, install it locally using yarn:

$ git clone https://github.com/rfso/Make-me-shorter.git
$ cd ../Make-me-shorter
$ yarn
$ yarn start