Things I’ve made trying to put my dent in the universe.
I’ve worked on tons of little projects over the years and here are a few selected ones. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.
Cloth store
Initially developed using the traditional Redux approach for state management, I recently rewrote this app using Next.js and leveraged Redux Toolkit. I integrated Firebase for authentication and storage, and created API routes to facilitate seamless integration with the Stripe payment gateway.
baz-shop.com
ChatGPT clone
Inspired by ChatGPT: Built with Next.js, this clone employs server-side rendering for most components and harnesses the power of React Context API and custom hooks. The app offers a delightful light/dark mode feature and utilizes Next API routes to interact with the OpenAI API, storing responses in Firebase Cloudstore
chatgpt-clone.com
Data-Table
Featuring versatile Antd table components, this application includes different table implementations tailored to various use cases. Whether its checkboxes, infinite scrolling, or rendering large datasets without performance issues, the app delivers optimal functionality.
data-table.com
Svix dashboard
A layout inspired by Svix, this responsive dashboard clone showcases my expertise in implementing theming with theme-ui. The inclusion of light/dark modes ensures an optimal user experience.
svix-dashboard.com
Airbnb homepage clone
A fully responsive clone of the Airbnb homepage. It showcases the principle of mobile-first when building out webpages
airbnb-homepage-clone.com