cagoncil / reduced.to

Free Modern URL Reducer. Make sure to share love by giving it a star.🌟 Have a great day!

Home Page:https://reduced.to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


logo

Reduced.to is a modern web application that reduces the length of link URL. So it's easier to remember, share and track.

App Β· Report Bug Β· Request Feature


πŸ“š Table of Contents
  1. 🌐 About The Project
  2. πŸš€ Getting Started
  3. πŸ±β€πŸ’» Usage
  4. 🧱 Roadmap
  5. πŸ₯‡ Contributing
  6. πŸ† Contributors
  7. πŸ“ License
  8. πŸ’Œ Contact

🌐 About The Project

URL Shortener GIF

I created this repository over 3 years ago, and have made it public for Hacktoberfest! This is a great opportunity for beginners to start their journey with contributing to open source. All PRs are welcome! :)

(back to top)

πŸ”₯ Built With

List of frameworks/libraries used to bootstrap the project.

  • Nest
  • Qwik
  • Tailwindcss

(back to top)

πŸš€ Getting Started

πŸ“ƒ Prerequisites

List of things you need to run the project locally and how to install them.

  • npm
    npm install npm@latest -g

πŸ’» Installation

  1. Fork the repo
  2. Clone the repo
    git clone https://github.com/your_username_/url-shortener.git
  3. Open the cloned repository using the url-shortener.code-workspace file (VSCode)
  4. Install NPM packages
    npm install && npm run install:all
  5. Build the project
    npm run build:all
  6. Run the project
    npm run start:prod
  7. Go on your browser and open
    http://localhost:3000/

πŸ‘©β€πŸ’» Development

You will find 3 folders

  • 🎯 root
  • ✨ url-shortener/frontend
  • πŸš€ url-shortener/backend

Running the frontend in dev mode

  1. Move to the frontend folder
    cd ./frontend
  2. Run the project (it will open a new window)
    npm run start
  3. Vite will be now listening for changes in the code and reloading the solution

Running the backend in dev mode

  1. Move to the backend folder
    cd ./backend
  2. Run the project (be sure that you built the frontend before)
    npm run start:dev
  3. Nest will be now listening for changes in the code and reloading the solution

🐳 Docker

  • You can easily build your application in a docker container and run it.
    docker build . -t url-shortener
    docker run -p 3000:3000 url-shortener
  • Simply go to your favourite browser and visit http://localhost:3000/ to see your application.

πŸ™ Docker compose

  • In case you have docker installed, you can single-click deploy and test your changes by running the following and going to http://localhost:3000/ on your browser.
    docker-compose up

Happy Hacking !

(back to top)

πŸ±β€πŸ’» Usage

Simply copy and paste a URL into the provided area. Then click shorten URL! Your URL has now been shortened!

URL Shortener GIF

(back to top)

🧱 Roadmap

  • Migrate backend to NestJS
  • Migrate frontend to Qwik
  • Better README
  • Generate QRCode
  • Split front-end into components
  • Better UI
    • Animations
    • Dark/Light mode
    • Fonts?
  • Improve front-end components
  • Tests
  • Logs
  • Add a statistics page
  • Add more ideas

Just create a Pull request already πŸ˜ƒ

See the open issues for a full list of proposed features (and known issues).

(back to top)

πŸ₯‡ Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star ⭐!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ† Contributors

(back to top)

πŸ“ License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

πŸ’Œ Contact

Project Link: https://github.com/origranot/url-shortener

(back to top)

About

Free Modern URL Reducer. Make sure to share love by giving it a star.🌟 Have a great day!

https://reduced.to

License:MIT License


Languages

Language:TypeScript 86.1%Language:CSS 7.6%Language:JavaScript 4.6%Language:Dockerfile 1.5%Language:Shell 0.2%