/11212766

Primary LanguageTypeScript

Submission Task in NextJS

  • Task 1 : This project demonstrates fetching and displaying numbers from API endpoints using React with TypeScript, integrating authentication via Node.js.
  • Task 2 : This project demonstrates fetching and displaying Product items with varioud conditional API endpoints using React with TypeScript, integrating authentication via Node.js.

Registration Setup

  1. Authenticate Using Node.js:

    Node.js Authentication

    Include a brief description or steps for setting up authentication using Node.js.

Running the Application

Running Method Instructions
React Application React Application
Output Application Next.js Application
OutPut 2 Postman

Running with Next.js:

To run the application with Next.js, follow these steps:

  1. Ensure you have Node.js and npm installed on your system.
  2. Navigate to the project directory in your terminal.
  3. Install dependencies by running:
    npm install
    
  4. Start the development server with:
    npm run dev
    
  5. Open your browser and visit http://localhost:3000 to view the application.

Usage

Include any additional instructions or details on how to use the application effectively.


In this format, each method of running the application (React, Next.js, Postman) is represented in a table with corresponding instructions and screenshots. Adjust the URLs and content based on your specific project details!