GithubHelp home page GithubHelp logo

kemi-oluwadahunsi / kcoat-project Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 28.92 MB

A repository for an online shopping website (e-commerce) for KCOAT. This discription will be updated as the project progress.

Home Page: https://kcoat.netlify.app

JavaScript 97.55% HTML 0.60% CSS 1.85%

kcoat-project's Introduction

KCOAT Fashion Store

Welcome to KCoat Fashion Store, an e-commerce web application built using ReactJS, TailwindCSS, NodeJS, ExpressJS, and MySQL. This application provides a comprehensive shopping experience for customers with features such as user authentication, product filtering, shopping cart, and payment integration. Additionally, it includes a full-fledged admin panel for managing products, customers, feedback, and sales.

Deployed using Netlify. Live-Link: htpps://kcoat.netlify.app

Table of Contents

Features

Customer Facing

  • Landing Page: A welcoming page with a carousel hero section. landingpage

  • Feedback Section: Allows customers to provide feedback. feedback

  • User Authentication: Secure login and signup pages.

  • Password Management: Functionality for forgetting and resetting passwords. forget reset

  • Product Catalog: Displays all products with categories for men and women, and sub-categories including wears, shoes & bags, and accessories.

  • Product Filtering and Search: Filter by price and search by keyword, title, and price.

  • Single Product Page: Detailed view of a single product.

  • Contact Page: Form submission using the EmailJS library. contact

  • User Profile: View and update the profile with photo upload functionality.

  • Cart Flow: Add products to the cart, view a single product, checkout, and payment.

  • Payment Integration: Secure payment processing with Stripe.

Admin Panel

  • Admin Authentication: Secure admin login.
  • Product Management: Add new products, edit existing products, and delete products.
  • Customer Management: Manage customer base.
  • Feedback Management: View and manage feedback collected from customers.
  • Sales Management: Manage and track sales.
  • Pagination: Pagination for products and some admin pages.

Tech Stack

  • Frontend: ReactJS, TailwindCSS
  • Backend: NodeJS, ExpressJS
  • Database: MySQL
  • Libraries: Axios, EmailJS, Stripe, React-js-pagination, React-responsive, React-toastify, React-slick-carousel, Cloudinary-react, and others.

Installation

  1. Clone the repository:
    git clone https://github.com/Kemi-Oluwadahunsi/KCOAT-Project.git
    cd kcoat-fashion-store
    
  2. Install frontend dependencies:
cd client
npm install
  1. Run the application:
npm run dev

Usage

User Registration and Login

  • Navigate to the signup page to create a new account.

    signup
  • Use the login page to access your account.

    login
  • Product Browsing and Filtering, browse products by category and sub-category.

    productspage
  • Use the search bar to find products by keyword, title, or price.

    search
  • Filter products by price range.

    filter

Shopping Cart and Checkout

  • Click on a product card on the product catalog page.

  • Sends clicked product details to the single product page where products can be added to the cart.

    singleproduct
  • The cart item quantity is updated on the header.

    cartquantity
  • View your cart by clicking on the cart icon on the header. Users can update quantities, remove a single item, or clear a cart.

    cart
  • A logged-in user proceeds to the checkout page and completes the payment process using Stripe, while a user not logged in is prompted to log in before proceeding to checkout.

    checkout loginprompt

    User Profile

  • On registration, a user has a user profile setup. After successful login, a user has access to the user profile.

    userprofile
  • Users can update their profile details by clicking the update button. Fills out necessary details and the user profile is updated accordingly.

    editprofile

Admin Panel

  • Login to the admin panel using admin credentials.

    adminlogin
  • Manage products, customers, feedback, and sales from the admin dashboard.

    adminproducts admincustomer adminsales

API Endpoints consumed

Authentication

POST /baseUrl/register - Register a new user POST /baseUrl/login - Login a user POST /admin/login - Admin login authentication

Products

GET /baseUrl/products - Get all products GET /baseUrl/products/:id - Get a single product by ID POST /baseUrl/products - Add a new product (Admin only) PUT /baseUrl/products/:id - Update a product (Admin only) DELETE /baseUrl/products/:id - Delete a product (Admin only)

User Profile

GET /baseUrl/user-profile PUT /baseUrl/user-profile/:customerId

Admin Panel

  • Product Management: View, add, edit, and delete products.

    adminproducts addnewproduct editproductadmin delete
  • Customer Management: View and manage customers.

  • Feedback Management: View and manage feedback.

  • Sales Management: View and manage sales.

Contributing

We welcome contributions! Please follow these steps to contribute:

  • Fork the repository.
  • Create a new branch (git checkout -b feature-branch).
  • Make your changes.
  • Commit your changes (git commit -m 'Add new feature').
  • Push to the branch (git push origin feature-branch).
  • Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or issues, please contact us at [email protected].

Thank you for using KCoat Fashion Store! We hope you have a great experience.

kcoat-project's People

Contributors

kemi-oluwadahunsi avatar shaybeth2 avatar adebayoeniola avatar gbengaoluwadahunsi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.