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.
- JavaScript
- npm
- Clone the repository:
git clone https://github.com/achedon12/ShoppingList.git
- Navigate to the project directory:
cd ShoppingList
- Install the dependencies:
npm install
To start the project in development mode:
npm run dev
main
: The main branch.develop
: The development branch.Etape-*
: Different steps of the project.
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.
This project is licensed under the MIT License - see the LICENSE file for details.