Welcome to Brain Wave, an innovative AI website built using React and Tailwind CSS! Let's dive into the future together! ๐
- ๐ Stunning Parallax Effects: Utilize the "react-just-parallax" library to create captivating parallax effects that engage your users.
- ๐ Seamless Navigation: With "react-router-dom," users can seamlessly navigate between different sections of your website, ensuring a smooth browsing experience.
- ๐ Scroll Lock: Ensure a distraction-free experience for your users by implementing "scroll-lock" to prevent unwanted scrolling during interactions.
- React โ๏ธ
- Tailwind CSS ๐จ
- react-just-parallax: ^3.1.16 ๐
- react-router-dom: ^6.22.3 ๐ช
- scroll-lock: ^2.1.5 ๐
- Clone this repository ๐
- Navigate to the project directory ๐
- Install dependencies using
npm install
๐ฆ - Start the development server with
npm start
โถ๏ธ - Open your browser and go to http://localhost:3000 to view the website ๐
Our future roadmap includes:
- ๐น Transitioning from React to Next.js for improved performance and SEO.
- ๐น Integrating advanced AI features such as image generation and chat functionalities for enhanced user interaction. ๐ผ๏ธ๐ฌ
- ๐น Expanding our reach and impact in the AI community through innovative projects and collaborations. ๐
Contributions are welcome! If you'd like to contribute to Brain Wave, please follow these steps:
- Fork the repository ๐ด
- Create your feature branch (
git checkout -b feature/AmazingFeature
) ๐ - Commit your changes (
git commit -m 'Add some amazing feature'
) ๐ก - Push to the branch (
git push origin feature/AmazingFeature
) ๐