Wefootwear Store

screenshot of Wefootwear Store
nextjs
react
tailwind
firebase

next js footwear store e-commerce

Overview

The WEFootwear Store is a full-stack e-commerce website specifically designed for a footwear store. Built with Next.js, React, TailwindCSS, Strapi CMS, MongoDB, Stripe, Redux Toolkit, and deployed on Vercel, this project aims to provide an example online shop for footwear enthusiasts.

Features

  • Sign up and sign in authentication: Users can create an account and log in to access personalized features.
  • Incremental Static Regeneration on product page: The product pages are dynamically generated and updated to ensure accurate and up-to-date information.
  • Add or remove products from the basket or wishlist page: Users can manage their shopping cart and wishlist by easily adding or removing items.
  • Search products by category: Users can browse and search for specific footwear products based on different categories.
  • Live search product: Instant search functionality allows users to find products in real-time as they type their search queries.
  • Stripe for processing payments: Stripe integration enables secure and seamless payment processing during checkout.
  • Order page to display successful order: After completing a purchase, users are redirected to an order page that showcases the details of their successful order.

Summary

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

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

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

firebase
Firebase

Firebase offers a comprehensive set of features, including real-time database, authentication, hosting, cloud functions, storage, and more. Firebase provides an easy-to-use interface and allows developers to focus on building features rather than managing infrastructure.

ecommerce
Ecommerce

Ecommerce websites sell products or services to customers through an online storefront. These websites typically include features such as product listings, shopping carts, payment processing, and order management tools.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.