Skip to content

A react app store for searching the app we need in app store

Notifications You must be signed in to change notification settings

reddy-epk/app-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87a8671 · Mar 21, 2024

History

3 Commits
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024
Mar 21, 2024

Repository files navigation

In this project, let's build an App Store by applying the concepts we have learned till now.

Refer to the image below:



Design Files

Click to view

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start
Components Structure
app store component structure breakdown

Implementation Files

Use these files to complete the implementation:

  • src/components/AppStore/index.js
  • src/components/AppStore/index.css
  • src/components/TabItem/index.js
  • src/components/TabItem/index.css
  • src/components/AppItem/index.js
  • src/components/AppItem/index.css

Quick Tips

Click to view
  • You can use the cursor CSS property to specify the mouse cursor to be displayed when pointing over an element

      cursor: pointer;
    

    cursor pointer
  • You can use the below outline CSS property for buttons and input elements to remove the highlighting when the elements are clicked

      outline: none;
    

Resources

Image URLs
Colors
Hex: #fff1eb
Hex: #ace0f9
Hex: #1e293b
Hex: #7b8794
Hex: #dfe2e5
Hex: #2563eb
Hex: #ffffff
Font-families
  • Bree Serif