Layout | Technologies | Getting Started | Additional Project Links
This is the client-side repo for the full-stack app TechTrader — a tech marketplace app that enables users to browse, filter, and manage listings for sale, save favorites,
and message other users.
➡️ Go to server-side repo
- React
- Next.js
- Tailwind CSS
- daisyUI
- Clone this repo:
git clone https://github.com/jessefrench/TechTraderClient.git. - In the root directory, run
npm install. - Next, run
npm run prepare. This command sets up Husky to track ESLint errors on commit. - Run
npx eslint . --ext .js,.jsx. - To start your application, run
npm run dev. - Open
http://localhost:3000with your browser.


