Git Product home page Git Product logo

linktreegenerator's Introduction

✨LinkTreeGenerator🚀

This site will let you choose different theme and and create your Linktree easily where all your social links are stored

The app to to get your link tree just paste link and get your link tree link


Forks Stars
Welcome to my profile Visits Open Source Love Lines of code License
Updated Badge Number of Contributors Issues opened Issues closed PRs open PRs closed

How to get started 🤔

🎉Contributing Guidelines 📝

  • Thanks a ton for showing your interest in contributing to our repository! Pull requests are welcome. For major changes, please open an Issue first to discuss what you would like to change.

  • To start contributing to this Repository, follow the below guidelines:

  1. Fork Repositories.

  2. Clone to to your local system by using following command.

git clone https://github.com/<your_user_name>/LinkTreeGenerator.git
  1. Navigate to the project directory 📁.
cd LinkTreeGenerator
  1. Add reference to original repository (remote).[if you Want to contribute]
git remote add upstream https://github.com/kunal-umap/LinkTreeGenerator.git
  1. Then install node package for frontend.
 cd client
 npm install
  1. Then start frontend server.
 npm start
  1. To install node package for Backend.
 cd server
 npm install
  1. Then start backend server.
 npm start
  1. Before making any changes in the repository, always take a pull from the upstream repository to your branch to keep it updated with remote repository.
git pull upstream main
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Make necessary changes that are required.

  2. Track Your Changes

git add .
  1. Commit your changes.
git commit -m "Relevant message"
  1. Push the committed changes in your branch to your remote repo. git push -u origin <your_branch_name>
  2. Make The Pull Request (PR) 🚀
  3. Wooohoo! You have successfully made a PR to the Repo- LinkTree ✨ . Wait for your Submission to be Accepted and your PR to be Merged!.

This is under development (If you like it then give a 🌟)

Contributions are always welcome! ❤️

linktreegenerator's People

Contributors

artimanputra avatar ignoreintuition avatar kalyanikakade123 avatar kunal-umap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

linktreegenerator's Issues

Recreate detail form

Recreate detail form in /detail rout with better UI design
and left the right half for preview of linktree

  • form should contain name as mandatory field then add link option bellow it
  • add link option should add two text field one for link and another for link name
  • and one delete option should be there
  • take a reference from this image
    image

Task : Make a nav bar at home page

  • nav Bar should be sticky
  • logout option should be in nav bar
  • left sike there should be logo (add dummy for now)
  • and at right there should be 3 option ( 1-home, 2- preview, 3-custumize )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.