The "Tech Tips & Tricks" project is a dynamic full-stack web application designed to help tech enthusiasts navigate and master the ever-evolving world of technology. Users will have access to expert advice, personal experiences, and user-generated content covering everything from troubleshooting common tech issues to learning about new software, apps, gadgets, and digital tools. The platform will cater to individuals seeking practical tech solutions, tutorials, reviews, and recommendations on products and services that enhance their digital lives. The application will feature user registration and authentication, allowing users to personalize their experience, share their own tips, upvote valuable insights, and interact with other tech enthusiasts. It will also offer premium content options via payment integration.
- Next.js
- TypeScript
- React hook form
- tanstack/react-query
Clone the repository
git clone https://github.com/tansim12/A-6-Tech-Tips-Client.git
cd A-6-Tech-Tips-Client
📦 Install Dependencies
$ npm install --legacy-peer-deps
NEXT_PUBLIC_BASE_API=
NEXT_PUBLIC_FRONTEND_URL=
IMAGE_BB_API_KEY=
$ npm run dev$ npm run build
The server should be running on http://localhost:3000.