Skip to content

Fully responsive website with modern UI/UX in React.JS and Tailwind CSS

Notifications You must be signed in to change notification settings

theSavanahDev/hoobank-website

Repository files navigation

HooBank Website

Description

Sample project to build and deploy a fully responsive website with a modern user interface and user experience.

The website is built in React.JS with Tailwind CSS to style the components.

Finally, the repetitive process of building and deploying the project to production is automated by using GitHub Actions for onward deployment to Firebase Hosting.

Getting Started

  1. Clone the repository
git clone {{ this repository }} {{ working project folder }}
  1. Open the project in Visual Studio Code

  2. Open a new terminal in Visual Studio Code and install the project dependencies

yarn
  1. Run the project using the Vite.JS server
yarn dev
  1. Optimize for production
yarn build

Technologies Used

  1. React.JS
  2. Tailwind
  3. Vite.JS
  4. GitHub Actions
  5. GitHub Pages