diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..544138b
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,3 @@
+{
+ "singleQuote": true
+}
diff --git a/.vite/deps_temp_474a67bf/package.json b/.vite/deps_temp_474a67bf/package.json
new file mode 100644
index 0000000..3dbc1ca
--- /dev/null
+++ b/.vite/deps_temp_474a67bf/package.json
@@ -0,0 +1,3 @@
+{
+ "type": "module"
+}
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..cb92d41
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 TailAdmin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ad0ee19
--- /dev/null
+++ b/README.md
@@ -0,0 +1,101 @@
+# TailAdmin React - Free React Tailwind Admin Dashboard Template
+
+TailAdmin is a free and open-source admin dashboard template built on **React and Tailwind CSS**, providing developers with everything they need to create a comprehensive, data-driven back-end,
+dashboard, or admin panel solution for upcoming web projects.
+
+[](https://react-demo.tailadmin.com/)
+
+
+With TailAdmin, you get access to all the necessary dashboard UI components, elements, and pages required to build a feature-rich and complete dashboard or admin panel. Whether you're building dashboard or admin panel for a complex web application or a simple website, TailAdmin is the perfect solution to help you get up and running quickly.
+
+### [✨ Visit Website](https://tailadmin.com/)
+
+### [🚀 PRO Demo](https://react-demo.tailadmin.com/)
+### [🚀 FREE Demo](https://free-react-demo.tailadmin.com/)
+
+### TailAdmin React PRO vs TailAdmin React FREE Comparison 📊
+
+#### [TailAdmin React PRO](https://react-demo.tailadmin.com/)
+- 4 Unique Dashboards: Analytics, Ecommerce, Marketing, and CRM (More will be added)
+- 120+ Dashboard UI Components
+- 200+ Total UI Elements
+- 45+ HTML Files
+- All Essential Elements and Files
+- Full Figma Design Source - As Shown on Demo
+
+___
+
+#### [TailAdmin React FREE](https://free-react-demo.tailadmin.com/)
+- 1 Unique Dashboard
+- 30+ Dashboard UI Components
+- 50+ Total UI Elements
+- 10+ HTML Files
+- TypeScript Support
+- Basic UI Kit Elements and Files
+- Figma Design Source - Free Sample
+___
+
+### [⬇️ Download Now](https://tailadmin.com/download)
+
+### [⚡ Get PRO Version](https://tailadmin.com/pricing)
+
+### [📄 Documentation/Installation](https://tailadmin.com/docs)
+
+### [🖌️ TailAdmin Figma Free Sample](https://www.figma.com/community/file/1214477970819985778)
+
+### [👉 TailAdmin HTML Version](https://github.com/TailAdmin/tailadmin-free-tailwind-dashboard-template)
+
+TailAdmin React dashboard template based on Tailwind CSS is a pre-designed starting point for building a web-based dashboard using the React JavaScript library and the Tailwind CSS utility-first framework. This Tailwind CSS + React Dashboard Template - built using Tailwind CSS and **includes pre-built components, such as navigation menus, charts, tables, and forms, which can be easily customized and integrated into a small-to-large React web application**.
+
+If you're looking for a high-quality **React-Tailwind Dashboard, Admin Panel Template, or UI Kit**, TailAdmin will be the perfect choice for you!
+
+## TailAdmin React - Installation
+
+You'll need to install Node.js >=v14.16+ (Recommended Version) (NPM comes along with it) and TailAdmin uses **Vite** for frontend tooling, to peform installation and building production version, please follow these steps from below:
+
+- Use terminal and navigate to the project (tailadmin-react) root.
+
+- Then run : npm install
+
+- Then run : npm run dev
+
+Now, in the browser go to localhost:5173
+
+**For Production Build**
+Run : npm run build
+
+Default build output directory: /dist
+
+This command will generate a dist as build folder in the root of your template that you can upload to your server.
+
+## Tons of React Tailwind Components for Dashboard
+React and Tailwind are two popular technologies that have taken the web development world by storm. React is a JavaScript library for building user interfaces, while Tailwind is a utility-first CSS framework that makes it easy to style web applications. TailAdmin React Offers 200+ Essential React + Tailwind CSS UI Components that you copy-paste and use with your dashboard projects. That includes - charts, graphs, navbars, tabs, buttons, cards, tables, profile, tabs, forms, modals, app pages, calender, web apps example templates and more... for React and Styled using Tailwind CSS
+
+
+
+## Update Logs
+
+### Version 1.3.7 - [June 20, 2024]
+
+#### Enhancements
+
+- **Enhancement 01:** Remove Repetition of DefaultLayout in every Pages
+- **Enhancement 02:** Add ClickOutside Component for reduce repeated functionality in Header Message, Notification and User Dropdowns.
+
+### Version 1.3.6 - [Jan 31, 2024]
+
+#### Enhancements
+
+- **Enhancement 01:** Integrate flatpickr in [Date Picker/Form Elements]
+- **Enhancement 02:** Change color after select an option [Select Element/Form Elements].
+- **Enhancement 03:** Make it functional [Multiselect Dropdown/Form Elements].
+- **Enhancement 04:** Make best value editable [Pricing Table One/Pricing Table].
+- **Enhancement 05:** Rearrange Folder structure.
+
+### Version 1.2.0 - [Apr 28, 2023]
+
+- Add Typescript in TailAdmin React.
+
+### Version 1.0.0 - Initial Release - [Mar 13, 2023]
+
+- Initial release of TailAdmin React.
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7c83ab2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+
+
+
| + Sunday + Sun + | ++ Monday + Mon + | ++ Tuesday + Tue + | ++ Wednesday + Wed + | ++ Thursday + Thur + | ++ Friday + Fri + | ++ Saturday + Sat + | +
|---|---|---|---|---|---|---|
|
+
+ 1
+
+
+
+ More
+
+
+
+
+ Redesign Website
+
+
+ 1 Dec - 2 Dec
+
+
+ |
+ + + 2 + + | ++ + 3 + + | ++ + 4 + + | ++ + 5 + + | ++ + 6 + + | ++ + 7 + + | +
| + + 8 + + | ++ + 9 + + | ++ + 10 + + | ++ + 11 + + | ++ + 12 + + | ++ + 13 + + | ++ + 14 + + | +
| + + 15 + + | ++ + 16 + + | ++ + 17 + + | ++ + 18 + + | ++ + 19 + + | ++ + 20 + + | ++ + 21 + + | +
| + + 22 + + | ++ + 23 + + | ++ + 24 + + | +
+
+ 25
+
+
+
+ More
+
+
+
+
+ App Design
+
+
+ 25 Dec - 27 Dec
+
+
+ |
+ + + 26 + + | ++ + 27 + + | ++ + 28 + + | +
| + + 29 + + | ++ + 30 + + | ++ + 31 + + | ++ + 1 + + | ++ + 2 + + | ++ + 3 + + | ++ + 4 + + | +