Giter Site home page Giter Site logo

zicheng-li / angular-ecommerce-frontend Goto Github PK

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

This repository contains the frontend code for EL's Online Shop, a dynamic e-commerce platform developed using Angular 16.

License: Apache License 2.0

JavaScript 1.50% HTML 26.08% TypeScript 53.71% CSS 18.71%

angular-ecommerce-frontend's Introduction

EL's Online Shop - Frontend

This repository contains the frontend code for EL's Online Shop, a dynamic e-commerce platform developed using Angular 16.

Backend Repository: Spring-ecommerce-backend

Frontend Interface

  • Dynamic UI/UX: Built with Angular 16 and enhanced with Bootstrap, Tailwind, PrimeNG, and Angular Material for a responsive and interactive user interface.

  • User Authentication: Integrated with Okta's Auth0 for secure user login and registration.

  • Shopping Cart Management: Users can add products to their cart, view cart contents, and proceed to checkout.

Prerequisites

  • Node.js and npm
  • Angular CLI

Installation

  1. Clone this repository.

  2. Navigate to the project directory.

  3. Create a new environment.ts file and configurate your api and key for stripe and auth0.

    export const environment = {
      production: false,
      myApiUrl: 'http://localhost:8443/api',
      stripePublishableKey: 'YOUR_KEY',
      auth: {
        domain: 'YOUR_DOMAIN',
        clientId: 'YOUR_ID'
      }
    };
  4. Run npm install to install the required dependencies.

  5. Run npm start to start the development server and also make sure SpringBoot backend is running.

  6. Open your browser and navigate to http://localhost:4200/.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache 2.0

angular-ecommerce-frontend's People

Contributors

zicheng-li 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.