Our senior project is an ecommerce store that mimics the functionality of Amazon. It is built using the following technologies:
- tRPC: A TypeScript-first framework for building efficient and type-safe APIs.
- Next.js: A React framework for building server-side rendered and static websites.
- TypeScript: A statically typed superset of JavaScript that enhances developer productivity and code quality.
- Zod: A TypeScript-first schema validation library for runtime type checking.
- Vercel: A cloud platform for deploying and hosting websites.
- NextAuth.js: An authentication library for Next.js applications.
- tailwindcss: A utility-first CSS framework for rapidly building custom user interfaces.
- User Registration and Authentication: Users can create accounts and log in to access personalized features.
- Product Catalog: A wide range of products are available for browsing and purchasing.
- Shopping Cart: Users can add products to their cart and proceed to checkout.
- Order Management: Users can view and manage their orders.
- Responsive Design: The website is optimized for various screen sizes and devices.
The project follows a modular structure, with separate components for different features. The codebase is organized and easy to navigate, making it scalable and maintainable.
The website is deployed using Vercel, ensuring high performance and reliability. Continuous integration and deployment pipelines are set up for seamless updates.
Our senior project showcases our skills in building a robust ecommerce store using modern web technologies. It provides a user-friendly and visually appealing shopping experience, while incorporating best practices for security and performance.