This project is a modern frontend application built with React, Vite, and Tailwind CSS. It features a clean and intuitive user interface (UI) combined with an excellent user experience (UX).
- React: A fast and flexible JavaScript library for building user interfaces.
- Vite: A next-generation frontend tool that offers blazing-fast development and build processes.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Responsive Design: Ensures compatibility across various devices and screen sizes.
- Nice UI/UX: Offers an aesthetically pleasing and user-friendly interface.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Theo-ijoma/hoobank.git
-
Navigate to the project directory:
cd hoobank
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173
to see the application in action.
npm run dev
: Start the development server.npm run build
: Build the project for production.npm run preview
: Preview the production build locally.
├── src
│ ├── assets # Static assets like images
│ ├── components # Reusable React components
│ ├── pages # Application pages
│ ├── styles # Tailwind CSS and other styles
│ └── main.jsx # Application entry point
├── public # Public assets
├── package.json # Project dependencies and scripts
└── tailwind.config.js # Tailwind CSS configuration
- React
- Vite
- Tailwind CSS
The project is optimized for production builds using Vite. To deploy:
- Run
npm run build
to generate the production build. - Host the
dist
folder on your preferred platform (e.g., Vercel, Netlify, Render).
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a Pull Request.
This project is licensed under the MIT License.
Feel free to explore, contribute, and make the most of this project!
Check out the live site here.