Skip to content

Ayush272002/Omnimind

Repository files navigation

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

Table of Contents

  1. Requirements
  2. Tech-Stack
  3. Installation
  4. Contributing
  5. License

Requirements

Make sure you have the following things installed on your machine:

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 file for details.