DevrajDC / Linkify

A site that lets you include all your links in a single-page website with easy customizations. It gives you your own URL to share with anyone you want on the internet.

Home Page:https://linkify-dc.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linkify - All your Links in one

Maintenance PRs Welcome Open Source Love svg1 contributions welcome

Linkify Banner

Welcome to Design & Code where anyone interested in designing and coding can connect and interact with fellow peers from all over the globe and not only learn but also collaborate on various projects!


What is Linkify?

A site that lets you include all your links in a single-page website with easy customizations. It gives you your own URL to share with anyone you want on the internet.

Highlights

  • Easily Customize the looks of your webpage based on your preference.
  • Dashboard Interface with good UI.
  • Have your own custom URL to your page.
  • Open-sourced and completely free. Community can keep adding new features and customize it since it's open-sourced.

Why this project?

  • Everyone needs a website to quickly share which can have all their links together. This is why an open-sourced project can have more customizations and will be completely free.
  • Good project for the community to build as well as use it for themselves. Since making a project which is not much useful for the community is useless.
  • Most of the other platforms have very limited customization and have paid features.

Folder Structure πŸ“

root
β”œβ”€β”€ public
β”‚   └── favicon.io
β”‚   └── index.html
β”‚   └── manifest.json
β”‚   └── robots.txt
|
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ components
β”‚   |   β”œβ”€β”€ assets
|   |   |   └── asset files
|   |   |
β”‚   |   β”œβ”€β”€ component
|   |   |   └── component1.jsx
|   |   |   └── component2.jsx
|   |   |
β”‚   |   └── component
|   |       └── component1.jsx
|   |       └── component2.jsx
|   |
|   β”œβ”€β”€ pages
β”‚   |   β”œβ”€β”€ page
|   |   |   └── index.jsx
|   |   |
β”‚   |   └── page
|   |       └── index.jsx
β”‚   |
|   └── index.js
|
└──  .gitignore
└──  README.MD
└──  package-lock.json
└──  package.json

Design

Frame 11

Contribution Guidelines πŸ—

Want to add your inputs to the repo? We invite you to contribute. To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/Linkify.git

3. Navigate to the project directory πŸ“ .

cd Linkify

4. Add a reference (remote) to the original repository.

git remote add upstream https://github.com/Design-and-Code/Linkify.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perfom your desired changes to the code base.

9. Track your changes βœ”.

git add . 

10. Commit your changes.

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on Compare & pull requests.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create pull request.

15 VoilΓ ! You have made a PR to Linkify πŸ’₯. Wait for your submission to be accepted and your PR to be merged.

Project Maintainers πŸ› 


Devraj Chatribin

πŸ’»

Hardik Jaiswal

πŸ’»

Nimish Jain

πŸ’»

Our Valuable Contributors πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

About

A site that lets you include all your links in a single-page website with easy customizations. It gives you your own URL to share with anyone you want on the internet.

https://linkify-dc.netlify.app/


Languages

Language:CSS 47.0%Language:JavaScript 45.1%Language:HTML 7.8%