Skip to content

aman-atg/Short-Link-MeteorReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master-Link

Basically a Link-Shortner site which saves users' given links to our database and provide a short link (key) to reach that destination . Made this using React with Meteor and some external packages . SignUp/LogIn facility is also there and no other user can see your links. You can also hide sensitive links from the screen. Basic features like Visit , Copy , Hide , Delete are also present.

Getting Started

Start by cloning the repo :

git clone https://github.com/aman-atg/Short-Link-MeteorReact

Or Download and extract the zip file.

Prerequisites

  • A modern-web browser like Brave , Chrome , Firefox etc
  • Meteor
  • Computer..

Running

  1. Install NPM packages
npm i or npm install or meteor npm install
  1. Run
meteor
  1. Open your browser and go to http://127.0.0.1:3000 or https://localhost:3000

Built With

  • MeteorJs - A free and open-source isomorphic JavaScript web framework written using Node.js
  • NodeJs - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine
  • ReactJs - A JavaScript library for building user interfaces
  • ClipboardJs - A modern approach to copy text to clipboard
  • MomentJs - Parse, validate, manipulate, and display dates and times in JavaScript
  • Javascript - High-level, interpreted programming language
  • HTML - Standard markup language
  • SCSS - CSS with superpowers

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details