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
- Host: GitHub
- URL: https://github.com/ayush272002/omnimind
- Owner: Ayush272002
- License: mit
- Created: 2024-06-18T15:55:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T17:26:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T03:30:04.518Z (over 1 year ago)
- Topics: react-just-parallax, react-router-dom, reactjs, scroll-lock, tailwindcss, vite
- Language: JavaScript
- Homepage: https://omnimind-ayush.vercel.app/
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
---