TheOnlyWayUp / url-shortener

Url Shortner project. A repository to contribute at Hacktoberfest 2022. Make sure to share love by giving it a star.🌟 Have a great day!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

About:

I created this repo a long time ago (more than 3 years), made this public for Hacktoberfest! This is a very good opportunity for beginners to start their journey with open source. All PR's are welcome!

Live demo: https://url-shortener-live.herokuapp.com/

Ideas for contributing (Updating)

  • UI improvements:
    • Animations
    • Dark/Light mode toggle button
    • Github repo button
    • Fonts?
    • Migrate our front to React?
  • Add some tests?
  • Better readme?
  • Add more ideas..
  • Just create a PR already :)

How to run?

Step 1. Fork the Repository Step 2. Clone the repository on your local machine

   git clone https://github.com/GITHUBPROFILENAME/REPOSITORYNAME.git

Step 3. Enter the command, to move to project directory

cd url-shortener-1

Step 4. Install the node dependencies.

npm install

Step 5. Start NPM , to make your project live

npm start

Step 6. Go on your browser and open

http://localhost:3000/

Happy Hacking !

License

MIT

About

Url Shortner project. A repository to contribute at Hacktoberfest 2022. Make sure to share love by giving it a star.🌟 Have a great day!

License:MIT License


Languages

Language:TypeScript 38.2%Language:Pug 26.9%Language:JavaScript 18.5%Language:CSS 16.2%Language:Procfile 0.2%