Skip to content

Vinod-Mane3021/ecommerce_app_frontend

Repository files navigation

ecommerce_app_backend - FrontEnd

Visit to Ecommerce webite - YouTube

IMG_20240428_211752

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. Clone the Repository:
$ git clone https://github.com/Vinod-Mane3021/ecommerce_app_frontend
$ cd ecommerce_app_frontend
  1. Install Dependencies:
$ npm install
  1. Start the app
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Tech stack

  • Next.js – JavaScript framework for server-side rendering and React applications.

  • TypeScript – Adds static types to improved code clarity.

  • Tailwind CSS – A utility-first CSS framework for building modern designs.

  • Redux.JS – A predictable state container for JavaScript apps.

  • React Query – A library for managing, caching, and updating server state in React applications.

  • Axios – A promise-based HTTP client for the browser and Node.js.

Checkout backend project: