HooBank is a modern UI/UX well-designed web application built with React.js & Tailwind CSS inspired by Figma
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 ⏪
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.
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 <script> 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.
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.
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.
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
Download or clone this repo by using the link below:
https://github.com/ladunjexa/Modern-UI.UX-Web
HooBank using NPM (Node Package Manager), therefore, make sure that Node.js is installed by execute the following command in console:
node -v
At the main folder execute the following command in console to get the required dependencies:
npm install
At the main folder execute the following command in console to run the development server:
npm run dev
Contributions are always welcome!
See 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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Liron Abutbul - @lironabutbul6 - @ladunjexa
Project Link: https://github.com/ladunjexa/Modern-UI.UX-Web
This section used to mention useful resources and libraries that used in HooBank
- HooBank - Figma Design
- #JSMastery