Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alef-basilio/e-commerce---frontend---04-2024

An e-commerce where the user can browse the home page and see the products. JavaScript, Fake Store API, HTML and CSS.
https://github.com/alef-basilio/e-commerce---frontend---04-2024

css fakestoreapi front-end frontend html javascript js

Last synced: 2 days ago
JSON representation

An e-commerce where the user can browse the home page and see the products. JavaScript, Fake Store API, HTML and CSS.

Awesome Lists containing this project

README

        

Deploy link:

@[Product Online Store](https://alef-basilio.github.io/E-commerce---FrontEnd---04-2024/)

```
https://alef-basilio.github.io/E-commerce---FrontEnd---04-2024/
```

Product Online Store



Topics:
Technolgies |
How was made |
Objective


An e-commerce where the user can browse the home page and see the products.




Technologies


JavaScript, HTML and CSS.

### API:
Fake Store API.

How was made


Inspired by patterns in the interfaces of other e-commerces, both in terms of design and functionality, I focused on the presentation of products through their information and the simplicity of navigation.

I made a class in the API fetch trying to make it easier to use later, but I didn't follow SOLID's Single Responsibility Principle, although it really made it easier.

All elements was responsive since from creation for all different devices.

Objective


Understand how different technologies (JS, Git, etc.) and concepts are combined into the same application.