Xora is a cutting-edge web application designed with a sleek, responsive UI built using React and Tailwind CSS. It offers a futuristic and engaging user experience with dynamic features, smooth navigation, and optimized performance.
Reusable Components: Modular design with reusable components Styled using Tailwind CSS and clsx for dynamic class names.
Dynamic Navigation: Smooth scrolling between sections using react-scroll
.
Interactive FAQ Section: Dropdown animations with Framer Motion
, only one FAQ item can be expanded at a time for a clean user experience.
Animations and Effects: Hover effects, transitions, and shadows using Tailwind CSS.
Modern UI/UX: A clean and professional design for an enhanced user experience.
Responsive; Ensures seamless functionality and aesthetics across all devices.
Xora
│ .gitignore
│ eslint.config
│ index.html
│ package-lock.json
│ package.json
│ postcss.config.js
│ README.md
│ tailwind.config.js
│ vite.config.js
│
├───public -----> All images sources
│
├───src
│ │ App.css
│ │ App.jsx
│ │ index.css
│ │ main.jsx
│ │
│ └───components
│ │ Button.jsx
│ │ FaqItem.jsx
│ │ Marker.jsx
│ │ TestimonialItem.jsx
│ │
│ └───sections
│ │ Download.jsx
│ │ Faq.jsx
│ │ Features.jsx
│ │ Footer.jsx
│ │ Header.jsx
│ │ Hero.jsx
│ │ Pricing.jsx
│ │ Testimonials.jsx
│ │
│ └───constants
│ │ index.jsx
│ │
│ └───assets
│ react.svg
│
To get started with the project locally:
git clone https://github.com/SalahShallapy/Xora.git
cd Xora
npm install
npm run dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)