This is a simple app that uses the fake store API to display a list of products and their details.
The app has a home page that displays a list of products and a product details page that displays the details of a product. The app is responsive and works on both desktop and mobile devices.
This project was generated with Angular CLI version 17.1.2.
clone the repository
https://github.com/d-maza/fake-store.git
Install the dependencies
npm install
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run npm build
to build the project. The build artifacts will be stored in the dist/
directory.
Pull requests and issues are welcome
This project is under the License (MIT)