Skip to content

Zeus-2321/PhoneWise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

PhoneWise

PhoneWise is a full-stack web app that lets users browse, compare, and manage phones. The project consists of a backend and a frontend (React user interface).

Folder Structure

  • backend/ – Node.js/Express API and server-side code
  • frontend/ – React, CSS, and UI sources

Setup Instructions

Clone the Repo

git clone https://github.com/Zeus-2321/PhoneWise.git
cd PhoneWise

Backend Setup

cd backend
npm i

Start Backend

npm start

Change config files (like .env) if needed for your environment.

Frontend Setup

cd frontend
npm i

To start the frontend (React) app:

npm start

Frontend will typically run at http://localhost:3000 and backend at http://localhost:5000.

Tech Stack

  • Frontend: ReactJS, CSS, HTML
  • Backend: Node.js, Express
  • Language: JavaScript

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • CSS 23.2%
  • HTML 5.8%