/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 ⏪

Primary LanguageJavaScriptMIT LicenseMIT

Project Banner Project Banner

HooBank

HooBank is a modern UI/UX well-designed web application built with React.js & Tailwind CSS inspired by Figma

contributors last update forks stars open issues license


📔 Table of Contents

🌟 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 ⏪

‼️ 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 <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.

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


👾 Tech Stack

Vite React TailwindCSS Figma

(back to top)

🧰 Getting Started

⚙️ Installation

Step 1:

Download or clone this repo by using the link below:

 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:

  node -v

Step 3:

At the main folder execute the following command in console to get the required dependencies:

  npm install

🏃 Run Locally

Step 1:

At the main folder execute the following command in console to run the development server:

  npm run dev

(back to top)

👋 Contributing

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!

  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

(back to top)

⚠️ License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

🤝 Contact

Liron Abutbul - @lironabutbul6 - @ladunjexa

Project Link: https://github.com/ladunjexa/Modern-UI.UX-Web

(back to top)

💎 Acknowledgements

This section used to mention useful resources and libraries that used in HooBank

(back to top)