This project is a clone of the Atlassian landing page, built to enhance my React skills. The project is bundled with Vite for fast development and styled using Tailwind CSS for efficient and responsive designs.
- Sticky Header: A header that remains visible while scrolling for better navigation.
- Scrolling Section: Smooth and responsive scrolling interactions.
- Responsive Design: Optimized for various screen sizes.
- React: JavaScript library for building user interfaces.
- Vite: Modern frontend tooling for fast builds and live reload.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
src/
├── public/ # static files and assets
├── src/ # React codes and the style sheet used
/App.jsx # Main application component
/main.jsx # Entry point for React
/index.css # mian style sheet
git clone <repository-url>
cd atlassian-landing-page-clone
npm install
npm run dev
or
npm run build
Tailwind CSS is configured with a tailwind.config.js
file to customize themes and extend default utilities.
- Implemented a sticky header and scrolling section independently without external tutorials.
- Enhanced understanding of Tailwind CSS utilities and Vite's fast development workflow.
Contributions, issues, and feature requests are welcome! Feel free to open a pull request or an issue in the repository.