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.
Start by cloning the repo :
git clone https://github.com/aman-atg/Short-Link-MeteorReact
Or Download and extract the zip file.
- A modern-web browser like Brave , Chrome , Firefox etc
- Meteor
- Computer..
- Install NPM packages
npm i or npm install or meteor npm install
- Run
meteor
- Open your browser and go to http://127.0.0.1:3000 or https://localhost:3000
- 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
This project is licensed under the MIT License - see the LICENSE.md file for details