S
S
squadbrodyaga2021-04-23 15:36:25
Portfolio
squadbrodyaga, 2021-04-23 15:36:25

How difficult should an online store be for a portfolio?

Hello, I kind of studied the standard stack well enough to consider myself a Junior Frontend developer, but you need to make a portfolio in order to somehow attract the attention of employers.

I decided that the first site for the portfolio would be the Apple online store , I made a small layout, split the application into a couple of pages and components (I use Vue 3) , but when it came time to create a product card, I thought:

1. How much should be goods or can only make a page with phones?
2. Where can I get the database of smartphones? Or can you manually add 5-6 phones and that's it?
3. Should the product filter work or can it be left inoperative?

In general, can you tell me what functionality needs to be done in an online store that is being done for a portfolio?

PS: While I was making an online store for my portfolio, I wanted to make a real one :D

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
approximate solution, 2021-04-23
@squadbrodyaga

How many products should there be or can you only make a page with phone numbers?

The bigger, the better.
2. Where can I get the database of smartphones? Or can you manually add 5-6 phones and that's it?

Raise the database to Firebase, and make queries to it

3. Should the product filter work or can it be left inoperative?

Should, and with it pagination, filtering, search and other features. Plus saving data on reboot, lazy-loading and more.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question