Skip to content

A simple React app to display a list of phones and their details, paired with an Express server as the backend.

Notifications You must be signed in to change notification settings

Angelguirao/Phone-Showcase-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phone Showcase App

A simple React app to display a list of phones and their details, paired with an Express server as the backend.

Features

  • React Frontend:

    • Displays a list of phones.
    • Shows detailed view when a phone is selected.
    • Eye-appealing design with responsive images.
  • Express Backend:

    • REST API to serve phone data.
    • Uses CORS middleware to support cross-origin requests.

Getting Started

  1. Backend:

    • Navigate to the backend directory.
    • Run npm install to install dependencies.
    • Run node server.js to start the server.
  2. Frontend:

    • Navigate to the frontend directory.
    • Run npm install to install dependencies.
    • Run npm run dev to start the React app.

Visit http://localhost:5173 in your browser to view the app.

Technologies Used

  • React
  • Express
  • Axios
  • Vite
  • CSS

About

A simple React app to display a list of phones and their details, paired with an Express server as the backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.7%
  • CSS 30.4%
  • HTML 4.9%