3D Web Art Gallery using React Three Fiber
This is a work in progress post. Stay tuned for updates!
Introduction
This project automates interactions with the Ebay API using a combination of modern web technologies and backend tools. Each technology is selected to provide a robust and scalable solution.
- Next.js: A React framework for building server-side rendered applications, providing a great balance between developer experience and performance.
- Tailwind CSS: A utility-first CSS framework that enables rapid UI development with minimal custom CSS.
- React.js: A JavaScript library that makes it easy to build interactive UIs with a component-based architecture.
- TypeScript: A strongly typed programming language that adds static types to JavaScript, enhancing code quality and maintainability.
- PostgreSQL: A powerful, open-source object-relational database system known for its reliability and data integrity.
- Prisma: A next-generation ORM for Node.js and TypeScript, making database access easy and type-safe.