built with Next.js 16, TypeScript, Ant Design, and Axios.
Frontend calls internal Next.js API routes as a proxy to an external API.
- Node.js: >= 18.x
- npm: >= 9.x OR Yarn >= 1.22.x
- Operating System: Windows, macOS, Linux
- Internet connection (for API calls)
Recommended: Use Node Version Manager (nvm) to manage Node.js versions easily.
- Clone the repository
git clone https://github.com/AnotherRizz/technical-test-frontend.git
cd product-management-app
2. **Install dependencies**
Using npm: npm install
Or using yarn: yarn install
3. Run the development server
Using npm: npm run dev
Or using yarn: yarn dev