Skip to content

achedon12/shopping-list

Repository files navigation

ShoppingList

logo

Description

ShoppingList is a university project designed to practice and demonstrate the use of unit testing in JavaScript. This project allows managing a shopping list with product search and sorting features.

Technologies Used

  • JavaScript
  • npm

Installation

  1. Clone the repository:
    git clone https://github.com/achedon12/ShoppingList.git
  2. Navigate to the project directory:
    cd ShoppingList
  3. Install the dependencies:
    npm install

Usage

To start the project in development mode:

npm run dev

Unit Tests

Branches

  • main: The main branch.
  • develop: The development branch.
  • Etape-*: Different steps of the project.

Project Structure

  • public/: Contains the static files.
  • src/: Contains the source code.
  • test/: Contains the unit tests.
  • index.html: The project's main HTML file.
  • liste.html: The project's shopping list HTML file.
  • README.md: The project's README file.

Author

License

This project is licensed under the MIT License - see the LICENSE file for details.