Skip to content

tansim12/Tech-Tips-Client-A6

Repository files navigation

Tech Tips & Tricks Hub

Introduction

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.

🔗 Live URL

Tech Tips & Tricks Hub

Technologies Used

  • 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

⚙️ Configure Environment Variables

Create a .env.local file in the root of the project and add the following environment variables:

NEXT_PUBLIC_BASE_API=
NEXT_PUBLIC_FRONTEND_URL=
IMAGE_BB_API_KEY=

Running the app

$ npm run dev

Build the app

$ npm run build

The server should be running on http://localhost:3000.

Releases

No releases published

Packages

 
 
 

Contributors