Skip to content

A Linktree is a web page which consists stack of social media links and developed using Reactjs and Tailwind CSS with a Modern UI.

License

Notifications You must be signed in to change notification settings

bhartik021/linktree

Repository files navigation

Linktree

This is a Linktree-style website created to showcase Bharti Kumari's various online profiles and portfolios.

Screenshot 2024-03-11 at 2 20 04 AM

Technologies Used

  • React.js
  • Tailwind CSS

Getting Started

To run this project locally, follow these steps:

Prerequisites

Ensure you have the following software installed on your machine:

Installation

  1. Clone this repository to your local machine using Git:

    git clone https://github.com/bhartik021/linktree
  2. Navigate to the project directory:

    cd linktree
  3. Install project dependencies using npm:

    npm install

    Or, if you prefer using yarn:

    yarn install

Running the Development Server

Once the dependencies are installed, start the development server:

npm start

Or, with yarn:

yarn start

The development server should start running, and you should be able to access the Linktree website in your browser at http://localhost:3000.

Now you're ready to explore Bharti Kumari's Linktree locally on your machine!

If you encounter any issues or have questions, feel free to reach out for assistance. Enjoy exploring!

Please feel free to use this in your README.md file. Let me know if there's anything else I can assist you with!

Project Structure

linktree
│
├── public/
│   └── index.html
│
├── src/
│   ├── assets/
│   │   ├── bharti.svg
│   │   └── bgLightMode.png
│   │
│   ├── components/
│   │   ├── BackgroundImage.jsx
│   │   ├── ButtonComponent.jsx
│   │   ├── Footer.jsx
│   │   └── Linktree.jsx
│   │
│   ├── index.css
│   ├── App.jsx
│   └── index.js
│
├── LICENSE
├── README.md
└── package.json

Features

  • Displays Bharti Kumari's name, bio, and profile picture.
  • Provides buttons to navigate to Bharti Kumari's various online profiles such as Portfolio, Gmail, LinkedIn, Twitter, GitHub, Instagram, and Medium.

Acknowledgements

Author

Third-Party Dependencies

I'd like to extend the gratitude to the developers of the following third-party libraries, frameworks, and tools that were instrumental in building this project:

  • React.js - A JavaScript library for building user interfaces.
  • Tailwind CSS - A utility-first CSS framework for quickly building custom designs.
  • react-router-dom - A routing library for React applications.
  • ReactDOM - Provides DOM-specific methods for working with React.
  • Node.js - A JavaScript runtime environment that executes JavaScript code outside of a web browser.
  • npm / yarn - Package managers for Node.js packages.

These tools and libraries significantly contributed to the development of my project, and I am thankful for the hard work put in by their respective developers.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Linktree is a web page which consists stack of social media links and developed using Reactjs and Tailwind CSS with a Modern UI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published