Note
The project is on hold at present.
Major or very minor changes are not accepted for the Hacktoberfest event.
Documentation changes, code/website changes, etc., are included in the Hacktoberfest event.
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!
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.
- 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.
- 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.
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.js β β β βββ index.js β βββ App.js β βββ App.css β βββ context.js β βββ .gitignore βββ CONTRIBUTING.md βββ README.md βββ package-lock.json βββ package.json 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.
Head to CONTRIBUTING.md for more details.
Devraj Chatribin π» |

