This is a Linktree-style website created to showcase Bharti Kumari's various online profiles and portfolios.
- React.js
- Tailwind CSS
To run this project locally, follow these steps:
Ensure you have the following software installed on your machine:
-
Clone this repository to your local machine using Git:
git clone https://github.com/bhartik021/linktree
-
Navigate to the project directory:
cd linktree
-
Install project dependencies using npm:
npm install
Or, if you prefer using yarn:
yarn install
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!
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
- 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.
- Bharti Kumari
- Portfolio: bhartikumari.in
- Email: bhartik021@gmail.com
- LinkedIn: bhartik021
- Twitter: @bhartik021
- GitHub: bhartik021
- Instagram: @bhartik021
- Medium: @bhartik021
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.
This project is licensed under the MIT License - see the LICENSE file for details.