1. Project Overview

Noni Store’s is a bright, colorful, vibrant full stack e-commerce web application that allows customers to browse and purchase fashion items including Shoes, Clothes, Dresses, Bags, Accessories, and Jewelry.

What the App Does

Tech Stack

Layer Technology
Frontend React.js
Backend Node.js, Express.js
Database AWS DynamoDB (us-west-2)
Styling Custom CSS with vibrant color theme
Icons React Icons
Routing React Router DOM
HTTP Axios
Notifications React Hot Toast

2. Prerequisites

Before starting, make sure you have the following installed on your computer:

Required Tools

Tool Purpose Download Link
Node.js (LTS) Run JavaScript on your computer nodejs.org
VS Code Code editor code.visualstudio.com
Git Version control git-scm.com
AWS Account Cloud database aws.amazon.com
GitHub Account Code hosting github.com

Verify Installation

Open your VS Code terminal and run:

node --version
npm --version
git --version

All three should show version numbers before proceeding.