
Google Drive clone built with React.js and Material UI.
The cloud storage application provides users with a seamless and efficient way to manage their files online. Designed to streamline the process of uploading, renaming, and downloading files, this app makes file management straightforward and user-friendly. With its intuitive interface, even those who aren't tech-savvy will find it easy to navigate.

HTML templates are pre-designed and pre-built web pages that can be customized and used as a basis for building websites. They often include common elements such as headers, footers, menus, and content sections, and can be easily edited using HTML and CSS to fit specific branding and content needs.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.