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.
| 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 |
Before starting, make sure you have the following installed on your computer:
| 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 |
Open your VS Code terminal and run:
node --version
npm --version
git --version
All three should show version numbers before proceeding.