Skip to content

TinyMito/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyApp - A Lighthouse Project

This app is a URL Shortener is a service that takes a regular URL and transforms it into an encoded version, which redirects back to the original URL. For example:

https://www.lighthouselabs.cahttp://goo.gl/6alQXu

Features

List of all the generated shorten URL and you can edit the URL anytime or delete the URL. "Screenshot 1"

To create the URL simply just type the long URL into the input box and hit Submit button. "Screenshot 1"

This is the result after the URL is shorten and you can edit the URL for correction. "Screenshot 1"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • cookie-session

How to use

  1. After cloning this repo.
  2. Run npm install to intall the app.
  3. Run npm start to run the app.
  4. Go to your browser and enter 'http://localhost:8080'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published