Welcome to the EpiCircle Clone, a responsive and modern web application inspired by Epicircle.earth — a pioneering scrap-tech platform empowering a circular economy through smart waste management solutions.
The goal of this project is to recreate the core layout, design, and experience of the Epicircle website using ReactJS and TailwindCSS. It showcases dynamic components, iconography, responsive design, and structured sections with clean code architecture. This clone serves as a learning project and UI showcase, not for commercial use.
EpiCircle/
├── public/ # Static assets
├── src/
│ ├── assets/ # Images & graphics
│ ├── components/ # Reusable components (e.g., Hero, About, Features, etc.)
│ ├
│ ├── App.jsx # Root component
│ └── main.jsx # App entry point
├── tailwind.config.js # Tailwind config
├── index.html
├── package.json
└── README.md
Follow the steps below to run the project locally:
Clone the Repository
git clone https://github.com/nandkumar1000/EpiCircle.git
cd EpiCircle
Install Dependencies
npm install
Run the Development Server
npm run dev
Visit the app in your browser: http://localhost:5173
This project reflects a strong understanding of responsive design, modern web tools, and real-world UI implementation. It demonstrates how powerful tools like React and TailwindCSS can be used to replicate professional-grade websites.
Disclaimer: This is a non-commercial educational clone of epicircle.earth.