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).
- backend/ – Node.js/Express API and server-side code
- frontend/ – React, CSS, and UI sources
git clone https://github.com/Zeus-2321/PhoneWise.git
cd PhoneWise
cd backend
npm i
npm start
Change config files (like .env) if needed for your environment.
cd frontend
npm i
npm start
Frontend will typically run at http://localhost:3000 and backend at http://localhost:5000.
- Frontend: ReactJS, CSS, HTML
- Backend: Node.js, Express
- Language: JavaScript