This repository contains the frontend code for the Awwwards website. The website is aimed at showcasing the best websites around the globe, emphasizing creativity, design, and innovation.
The current version of the frontend is functional but not yet fully responsive. The project uses HTML, CSS,GSAP, and JavaScript for building the user interface.
- Implement responsiveness across all device sizes
- Improve layout for mobile, tablet, and desktop views
- Optimize performance for faster loading times
- Enhance user experience with smoother interactions
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/awwwards-frontend.git
- Navigate to the project directory:
cd awwwards-frontend
- Open
index.html
in your preferred browser to view the current version
Contributions are welcome! If you want to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/improvement
- Make your changes and commit them:
git commit -m 'Add feature/improvement'
- Push to the branch:
git push origin feature/improvement
- Submit a pull request
Future improvements planned for this project include:
- Implementing a new design
- Adding more interactive elements
- Improving accessibility
- Integrating with backend services