Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natainditama/linkgp
๐ Free custom URL shortener links
https://github.com/natainditama/linkgp
link-shortener linkgp react react-router react-typescript reactjs shorten-urls shortened-links shorting-urls shorturl supabase supabase-auth supabase-client supabase-js tailwind tailwindcss typescipt typescript url-shortener url-shortener-client
Last synced: 13 days ago
JSON representation
๐ Free custom URL shortener links
- Host: GitHub
- URL: https://github.com/natainditama/linkgp
- Owner: natainditama
- License: mit
- Created: 2022-06-18T09:47:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T05:24:13.000Z (2 months ago)
- Last Synced: 2024-10-30T03:48:16.495Z (about 2 months ago)
- Topics: link-shortener, linkgp, react, react-router, react-typescript, reactjs, shorten-urls, shortened-links, shorting-urls, shorturl, supabase, supabase-auth, supabase-client, supabase-js, tailwind, tailwindcss, typescipt, typescript, url-shortener, url-shortener-client
- Language: TypeScript
- Homepage: https://linkgp.pages.dev/
- Size: 177 KB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Nevel
Minimalist boilerplate for Next.js with Tailwind CSS
View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature
## ๐ About the Project
### ๐ป Tech Stack
This project utilizes the following technologies and tools:
- Next.js
- TailwindCSS### ๐ Features
This project includes the following features:
- Linter with [ESLint](https://eslint.org)
- Code Formatter with [Prettier](https://prettier.io/)
- Integrate with [TailwindCSS](https://tailwindcss.com/)
- [Next.js](https://nextjs.org) for Static Site Generator
- Type checking [TypeScript](https://www.typescriptlang.org/)
- Sitemap.xml and robots.txt with [next-sitemap](https://www.npmjs.com/package/next-sitemap)### ๐จ Color Reference
| Color | Hex |
| ----------------- | ------------------------------------------------------------------ |
| Primary Color | ![#000000](https://via.placeholder.com/10/000000?text=+) #000000 |
| Secondary Color | ![#e4e4e7](https://via.placeholder.com/10/e4e4e7?text=+) #e4e4e7 |
| Background Color | ![#ffffff](https://via.placeholder.com/10/ffffff?text=+) #ffffff |
| Text Color | ![#000000](https://via.placeholder.com/10/000000?text=+) #000000 |### ๐ Environment Variables
This project requires the following configuration:
- `NEXT_PUBLIC_SITE_URL` : The public URL of the project's
## ๐ Getting Started
### ๐ง Prerequisites
Prerequisites for this project:
- [Nodejs](https://nodejs.org)
- [Yarn](https://yarnpkg.com/)### ๐ Run Locally
Clone the project
```bash
git clone https://github.com/natainditama/nevel.git
```Go to the project directory
```bash
cd nevel
```Install dependencies
```bash
pnpm install
```Start the local server
```bash
pnpm run dev
```## ๐ Contributing
Contributions are always welcome!
See [contributing.md](https://github.com/natainditama/nevel/blob/main/.github/CONTRIBUTING.md) for ways to get started.
### ๐ Code of Conduct
Please read the [Code of Conduct](https://github.com/natainditama/nevel/blob/main/.github/CODE_OF_CONDUCT.md)
## โ ๏ธ License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/natainditama/nevel/blob/main/LICENSE) file for details
## ๐ค Contact
Contact me for inquiries, suggestions, or contributions via the following channels:
- [Email](mailto:[email protected])
- [LinkedIn](https://www.linkedin.com/in/natainditama)
- [GitHub](https://github.com/natainditama)Thank you for your support, interest, feedback, and contributions!