Skip to content

Clevervikson/my-store

Repository files navigation

Mystore

This is an ecommerce project built using Angular, a popular framework for building web applications. The project is designed to allow users to browse and purchase products online. It is also part of an udacity final project using the Angular framework. This project was generated with Angular CLI version 15.2.2.

Features

The ecommerce project has the following features:

  • Product catalog: A list of products available for purchase, including product name, image, price, and description.

  • Shopping cart: A shopping cart where users can add products they want to purchase.

  • Checkout: A checkout page where users can review their order and enter their shipping and payment information.

Installation

To run the ecommerce project, follow these steps:

Clone the project from the GitHub repository.

Install the required dependencies using npm install.

Start the development server using ng serve.

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

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Usage

Once you have installed and started the development server, you can use the ecommerce project to browse and purchase products. You can create an account and add products to your shopping cart. You can also review your order and enter your shipping and payment information at checkout.

Contributing

If you would like to contribute to the ecommerce project, please fork the repository and submit a pull request.

Credits

The ecommerce project was built by Victor Okoh using Angular.

License

The ecommerce project is licensed under the MIT license. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published