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

https://github.com/ayush272002/omnimind

Modern UI/UX website, developed using React.js and Tailwind CSS
https://github.com/ayush272002/omnimind

react-just-parallax react-router-dom reactjs scroll-lock tailwindcss vite

Last synced: 2 months ago
JSON representation

Modern UI/UX website, developed using React.js and Tailwind CSS

Awesome Lists containing this project

README

          

# Omnimind

Modern UI/UX website, developed using React.js and Tailwind CSS, exemplifies modern UI/UX principles. Its sleek design, seamless animations, and overall user experience set a high standard, serving as a reference or inspiration for future modern applications or websites in general.

**[Live Preview](https://omnimind-ayush.vercel.app/)**

## Table of Contents

1. [Requirements](#requirements)
1. [Tech-Stack](#tech-stack)
2. [Installation](#installation)
3. [Contributing](#contributing)
4. [License](#license)

## Requirements
Make sure you have the following things installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)

## Tech-Stack

- Vite
- React.js
- Tailwind CSS
- **React-just-parallax** - Library for creating parallax effects in React applications.
- **React-router-dom** - Routing library for React applications.
- **Scroll-lock** - Library to prevent scrolling of body content while a particular component is active.

## Installation

To run Omnimind locally, follow these steps:

1. Clone the repository:
```
git clone https://github.com/Ayush272002/Omnimind.git
```

2. Navigate into the project directory:
```
cd Omnimind
```

3. Install dependencies:
```
npm install
```

4. Start the application:
```
npm run dev
```

5. Open your browser and visit `http://localhost:5173` to use Omnimind.

## Contributing

Contributions to Omnimind are welcome! If you have suggestions for new features, bug fixes, or improvements, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---