An open API service indexing awesome lists of open source software.

https://github.com/abdulrahmanbaiasy/brainwave

This repository showcases a modern UI/UX website built with React.js and Tailwind CSS. It demonstrates contemporary design principles, smooth animations, and a focus on user experience.
https://github.com/abdulrahmanbaiasy/brainwave

css-framework frontend javascript react responsive responsive-design tailwindcss ui-ux vite web-development

Last synced: 2 months ago
JSON representation

This repository showcases a modern UI/UX website built with React.js and Tailwind CSS. It demonstrates contemporary design principles, smooth animations, and a focus on user experience.

Awesome Lists containing this project

README

          

# Modern UI/UX Website
![image](image.png)
## πŸ“‹ Table of Contents
- πŸ€– Introduction
- βš™οΈ Tech Stack
- πŸ”‹ Features
- 🀸 Quick Start
- πŸ•ΈοΈ Snippets
- πŸ”— Links
- πŸš€ More

## πŸ€– Introduction
This Modern UI/UX website, developed using React.js and Tailwind CSS, exemplifies modern UI/UX principles. It features a sleek design, smooth animations, and an intuitive user experience, making it an excellent reference or inspiration for modern applications or websites.

## βš™οΈ Tech Stack
- Vite
- React.js
- Tailwind CSS

## πŸ”‹ Features
- **Beautiful Sections**: Includes hero, services, features, how to use, roadmap, pricing, footer, and header.
- **Parallax Animations**: Engaging effects triggered by mouse movement and scrolling.
- **Complex UI Geometry**: Uses Tailwind CSS for intricate shapes like circular feature displays, grid lines, and side lines.
- **Latest UI Trends**: Incorporates modern design elements such as bento grids.
- **Cool Gradients**: Enhances visuals with stylish gradients using Tailwind CSS for cards, buttons, etc.
- **Responsive**: Ensures seamless functionality and aesthetics across all devices.
- **Code Architecture & Reusability**: Well-structured and modular codebase for maintainability.

## 🀸 Quick Start
Follow these steps to set up the project locally on your machine.

### Prerequisites
Make sure you have the following installed:
- Git
- Node.js
- npm (Node Package Manager)

### Cloning the Repository
```sh
git clone https://github.com/abdulrahmanbaiasy/brainwave.git
cd brainwave
```
**Installation**

Install the project dependencies using npm:

```bash
npm install
```

**Running the Project**

```bash
npm run dev
```

Open [http://localhost:5173](http://localhost:5173) in your browser to view the project.

## πŸ•ΈοΈ Snippets

* `.vscode/settings.json`: Configuration for VS Code.
* `tailwind.config.js`: Tailwind CSS configuration file.
* `index.css`: Main CSS file.
* `constants/index.js`: JavaScript file for storing constants.
* `components/Section.jsx`: React component for a section.
* `components/Roadmap.jsx`: React component for the roadmap section.