From 1287414d97b1af5670f604653bca6bc0b6220d08 Mon Sep 17 00:00:00 2001 From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com> Date: Sat, 1 May 2021 02:44:48 +0530 Subject: [PATCH] update readme file --- README.md | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be3e3da..cd44dec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,91 @@ -# 8bits Link Shortner -A simple link shortner \ No newline at end of file +# **8bits Link Shortner** + +
+ +
+
+

+

8bits LInk Shortener - A simple serverless url shortener.

+

+

+ Helps you shorten long links for easy sharing. +

+

+ +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/uiuxarghya/8bits)]() +[![Website](https://img.shields.io/website?url=https%3A%2F%2F8bits.vercel.app&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAZCAYAAADqrKTxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADDSURBVHgB7ZRNDoIwEIXflHoPiInXEE+iJsbEW+gpiLgQT0K8Bv7APaCtpQV34wKjK96ieWnfl0wyMyX0KtIVAjqDkzJrzLZZawUGiHBLYm9FDBJzNqnNBaSq1koImXd8hulmwUL3YwaSy8HljdA3kO1TEzlXBzEeackmFQ6YNHsPRbvKXRapPShkIRj0WYky8cHaPVT4pC4roaUvKXBjFLFAO0Zaui0Ym/t3yPYJfsWNDvE85WxS6asdCpel9+Wvv7AXkbg7KN08dlIAAAAASUVORK5CYII=)](https://8bits.vercel.app) + +

+ Built with ❤︎ by + uiuxarghya + +

+ +
+ +
+ Screenshot +
+ +
+
+ +## **About** + +### A simple serverless url shortener made with [Mongo DB](https://mongodb.com) and [Vercel](https://vercel.com). + +
+ + +## **Demo** + +[8bits.vercel.app](https://8bits.vercel.app) + + +## [**Documentation**](https://github.com/uiuxarghya/8bits/wiki) +Check the detailed documentation at our [wiki](https://github.com/uiuxarghya/8bits/wiki) page. + +## **Features** + +❤️ **Lightweight:** Crafted with minimalistic UI design. + +⚡️ **Fast:** Paste long url and get/copy short url in less than a second. + + +## **Developing** + +1. Create a `.env.local` file repository's root directory with your own keys. + + +_Sample keys only works with the [production build](https://8bits.vercel.app)._ + +### Browser based development environment + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/uiuxarghya/8bits) + +### Local development environment + +1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git. +2. Install dependencies by running `npm install` within the directory that you cloned (probably `8bits`). +3. Start the development server with `npm run dev`. +4. Open development site by going to [`http://localhost:3000`](http://localhost:3000) in your browser. + +## **Deploy now with Vercel** +

+ +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world&env=VERCEL_URL,MONGODB_URI&project-name=8bits&demo-title=8bits&demo-description=A%20simple%20serverless%20url%20shortener%20made%20with%20MongoDB%20and%20Vercel.&demo-url=https%3A%2F%2F8bits.vercel.app%2F) + + +## **Changelog** + +See the [`CHANGELOG`](CHANGELOG.md) file for details. + +## **Authors** + +### Lead Developers + +- **[Arghya Ghosh](https://github.com/uiuxarghya)** - _Author_ + +## **License** + +This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [`LICENSE`](LICENSE) file for details.