thenu-k / ecommerce-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce Application

(in production)

Stack

Frontend
Framework: React
State Management: Redux Toolkit
CSS: Vanilla CSS

Backend
Language: NodeJS
Server: ExpressJS
Sessioning: Express-Session
Auth: bCrypt

Frontend Folder Structure

   |-Views/
   |      |---Public/
   |      |
   |      |---Src/
   |             |---Assets/
   |             |---Auth/
   |             |---Layout/
   |             |---Common/   
   |             |         |---Header/
   |             |         |---Footer/
   |             |         |---MobileHeader/
   |             |         |---Credentials/
   |             |
   |             |---Models/
   |             |         |---LoadingIcon/
   |             |         |---LoadingScreen/
   |             |         |---Product/
   |             | 
   |             |---Pages/
   |             |        |---Home/
   |             |        |---Search/
   |             |        |---Item/
   |             |        |---Account/
   |             |        |---404/
   |             | 
   |             |---StateManager/
   |             | 
   |             |---App.js
   |             |---Index.js

To test the app, go to /views/ and /server/ and use npm install in both.

About


Languages

Language:TypeScript 42.1%Language:CSS 36.5%Language:JavaScript 19.4%Language:HTML 2.0%