Home

Awesome

Resource Management App

This Angular application demonstrates basic login functionality and resource listing. Your task is to integrate API endpoints for authentication and fetching resource details.

Getting Started

These instructions will get the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository: git clone https://github.com/ppsdang/angular-api-challenge
  2. Navigate to the project directory: cd angular-api-challenge
  3. Install the necessary packages: npm install
  4. Run the development server: npm start The application will be available at http://localhost:4200/.

Tasks

  1. Complete the Authentication Service: Implement the login method in auth.service.ts to integrate with Reqres API for user authentication. Use the following endpoint for login:
  1. Implement Resource Listing and Detail Fetching:
  1. Enhance the Resource Detail View: Enhance resource-detail.component.ts and its template to display fetched resource details effectively.

  2. Bonus Tasks:

For detailed API documentation, please visit Reqres.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments