Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 964 Bytes

File metadata and controls

43 lines (32 loc) · 964 Bytes

Docket Technical Interview

A simple Posts App that reads posts from json placeholder and allows users to locally craete a new one

🚀 Features

  • Create and view posts
  • Fetch posts from json placeholder for sample viewing
  • Responsive and user-friendly UI

🛠️ Installation

  1. Clone the Repository
    git clone https://github.com/HaydenWestfall/docket-technical-interview.git
    cd docket-technical-interview
  2. Install Dependencies
    npm install
  3. Run the Application
    ng serve
    Open http://localhost:4200/ in your browser.

📌 Usage

  1. Open the app in your browser.
  2. Add a new post using the create button.
  3. View existin posts fetched from an api.

🛠️ Built With

  • Angular - Frontend framework
  • RxJS - Reactive programming
  • TypeScript - Strongly typed JavaScript
  • REST API - Backend communication

Made with ❤️ by Hayden Westfall