Crwn Clothing Next

screenshot of Crwn Clothing Next

Overview

Crwn Clothing is a web application that allows users to sign up, log in, and create orders for clothing products. The application utilizes technologies such as Next.js, Tailwind CSS, and MongoDB with Mongoose for data storage. User authentication is implemented using JSON web tokens (JWT), and the admin user can view all signed up users and their associated orders.

Features

  • User Authentication: Users can sign up and log in using a valid Bangladeshi phone number and password. Upon successful login, a JSON web token (JWT) is generated and stored in the browser's cookie to maintain the logged-in state.
  • Order Creation: Signed-up users can create orders for clothing products.
  • Admin Dashboard: The admin user has access to view all signed up users and the orders they have created.

Summary

Crwn Clothing is a web application built using Next.js, Tailwind CSS, and MongoDB. It allows users to sign up, log in, and create orders for clothing products. JSON web tokens are used for user authentication, and the admin user has access to view all signed up users and their orders. By following the installation guide, you can set up and run the Crwn Clothing web application on your local machine.