https://github.com/ladunjexa-pbl/reactjs18-hoobank
Modern UI/UX webapp consisting of a stunning hero section, high-quality assets and gradients, business stats, reusable components, CTA, testimonials, and much more - built with React.js & Tailwind CSS ⏪
https://github.com/ladunjexa-pbl/reactjs18-hoobank
hoobank modern-webapp reactjs tailwindcss ui-ux vitejs
Last synced: 7 months ago
JSON representation
Modern UI/UX webapp consisting of a stunning hero section, high-quality assets and gradients, business stats, reusable components, CTA, testimonials, and much more - built with React.js & Tailwind CSS ⏪
- Host: GitHub
- URL: https://github.com/ladunjexa-pbl/reactjs18-hoobank
- Owner: ladunjexa-pbl
- License: mit
- Created: 2023-01-12T02:55:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:29:47.000Z (over 1 year ago)
- Last Synced: 2025-02-28T10:53:08.777Z (7 months ago)
- Topics: hoobank, modern-webapp, reactjs, tailwindcss, ui-ux, vitejs
- Language: JavaScript
- Homepage: https://reactjs18-hoobank.vercel.app/
- Size: 4.71 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README


HooBank
HooBank is a modern UI/UX well-designed web application built with React.js & Tailwind CSS inspired by Figma
View Demo
·
Documentation
·
Report Bug
·
Request Feature
# :notebook_with_decorative_cover: Table of Contents
- [About the Project](#star2-about-the-project)
* [Folder Structure](#bangbang-folder-structure)
* [Tech Stack](#space_invader-tech-stack)
- [Getting Started](#toolbox-getting-started)
* [Installation](#gear-installation)
* [Run Locally](#running-run-locally)
- [Contributing](#wave-contributing)
- [License](#warning-license)
- [Contact](#handshake-contact)
- [Acknowledgements](#gem-acknowledgements)
## :star2: About the Project
![]()
This repository houses a fully responsive Modern UI/UX webapp consisting of a stunning hero section, high-quality assets and gradients, business stats, reusable components, CTA, testimonials, and much more - built with React.js & Tailwind CSS ⏪
### :bangbang: Folder Structure
Here is the folder structure of HooBank.
```
Modern-UI.UX-Web/
|- src/
|-- assets/
|-- components/
|-- constants/
|- App.jsx
|- index.css
|- main.jsx
|- styles.js
```Now, lets dive into the public and src folders.
### public
`index.html` - `package.json` - `vite.config.js` - `tailwind.config.cjs` - `postcss.config.cjs`
The root folder contains the HTML file so you can tweak it, for example, to set the page title. The tag with the compiled code will be added to it automatically during the build process.
also, can be found other configuration files for Tailwind, PostCSS, Vite and etc.
### src#### components
`Billing.jsx` - `Business.jsx` - `Button.jsx` - `CardDeal.jsx` - `Clients.jsx` - `CTA.jsx` - `FeedbackCard.jsx` - `Footer.jsx` - `GetStarted.jsx` - `Hero.jsx` - `Navbar.jsx` - `Stats.jsx` - `Testimonial.jsx` - `index.js`
JSX (JavaScript XML / syntax extension to JavaScript) files contain **HooBank** components which split the UI into independent and reusable bits of code which comes with the full power of JavaScript.
The list above describe what the UI should look like, and any JSX produces React "element" where the file names hint at their contents.#### constants
`index.js` - JS file for declaration of important objects such as navigation links, features, feedback, social media, clients and etc, let the developer developer more efficiency and comfort in controlling the site's content.
#### assets
Very high quality assets files for website visualization, most of them in SVG (Scalable Vector Graphics) format used to describe static or dynamic 2D vector graphics.
high-quality assets files<br />
<!-- TechStack -->
### :space_invader: Tech Stack




<p align="right">(<a href="#readme-top">back to top</a>)</p><!-- Getting Started -->
## :toolbox: Getting Started<!-- Installation -->
### :gear: Installation#### Step 1:
Download or clone this repo by using the link below:```bash
https://github.com/ladunjexa/Modern-UI.UX-Web
```#### Step 2:
HooBank using NPM (Node Package Manager), therefore, make sure that Node.js is installed by execute the following command in console:
```bash
node -v
```#### Step 3:
At the main folder execute the following command in console to get the required dependencies:
```bash
npm install
```<!-- Run Locally -->
### :running: Run Locally#### Step 1:
At the main folder execute the following command in console to run the development server:
```bash
npm run dev
```<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Contributing -->
## :wave: Contributing<a href="https://github.com/ladunjexa/Modern-UI.UX-Web/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ladunjexa/Modern-UI.UX-Web" />
</a>Contributions are always welcome!
See [`contributing.md`](https://contributing.md/) for ways to get started.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- License -->
## :warning: LicenseDistributed under the MIT License. See [LICENSE.txt](https://github.com/ladunjexa/Modern-UI.UX-Web/blob/main/LICENSE) for more information.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Contact -->
## :handshake: ContactLiron Abutbul - [@lironabutbul6](https://twitter.com/lironabutbul6) - [@ladunjexa](https://t.me/ladunjexa)
Project Link: [https://github.com/ladunjexa/Modern-UI.UX-Web](https://github.com/ladunjexa/Modern-UI.UX-Web)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Acknowledgments -->
## :gem: AcknowledgementsThis section used to mention useful resources and libraries that used in HooBank
- [HooBank - Figma Design](https://www.figma.com/file/bUGIPys15E78w9bs1l4tgS/HooBank?node-id=310%3A485&t=e0dGnlPUHU1m8cG0-0)
- #JSMastery<p align="right">(<a href="#readme-top">back to top</a>)</p>