This repository contains a landing page built using React and Tailwind CSS. It was created as an assignment for the Pengantar Teknologi Internet classes.
- Responsive design: The landing page is designed to be responsive and compatible with various screen sizes, providing a consistent user experience across devices.
- Modern UI: The page incorporates a modern and visually appealing user interface to attract and engage visitors.
- React components: The landing page is structured using reusable React components, making it easy to maintain and extend the codebase.
- Tailwind CSS: The page utilizes the utility-first CSS framework Tailwind CSS for efficient and flexible styling.
To run this project locally, follow these steps:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/your-repository.git
-
Navigate into the project directory:
cd your-repository
-
Install the required dependencies using npm or yarn:
npm install # or npm i # or yarn install
To start the development server and view the landing page in your browser, use the following command:
npm start
# or
yarn start
This command will build the project and automatically open a new browser tab with the landing page. Any changes you make to the source code will trigger a hot reload, allowing you to see the updates instantly.
You can easily customize the content, styles, and structure of the landing page to meet your specific requirements. The codebase follows a modular structure, with separate components for different sections of the page. Feel free to modify or add new components as needed.
The main files and directories you may want to modify are:
src/App.js
: Contains the main structure and layout of the landing page. You can modify the sections or add new ones.src/components
: Directory containing individual React components used to build the page. Modify or create new components in this directory.src/assets
: Directory to store any static assets such as images or icons used in the page. Replace or add new assets in this directory.
To deploy the landing page to a production environment, you can use various hosting platforms or services such as Netlify, Vercel, or GitHub Pages. These platforms provide easy deployment options for React applications.
You can also customize the build process and configuration based on your preferred deployment method. Refer to the documentation of your chosen hosting platform for specific instructions.
Contributions to this repository are welcome. If you find any issues or have suggestions for improvements, please create a new issue or submit a pull request.
When contributing, please adhere to the following guidelines:
- Fork the repository and create a new branch for your contribution.
- Ensure your code follows the existing coding style and conventions.
- Provide clear and descriptive commit messages for each change you make.
- Test your changes thoroughly before submitting a pull request.
This project is licensed under the MIT License. You are free to modify and distribute the codebase for personal or commercial use.