A simple Posts App that reads posts from json placeholder and allows users to locally craete a new one
- Create and view posts
- Fetch posts from json placeholder for sample viewing
- Responsive and user-friendly UI
- Clone the Repository
git clone https://github.com/HaydenWestfall/docket-technical-interview.git cd docket-technical-interview - Install Dependencies
npm install
- Run the Application
Open
ng serve
http://localhost:4200/in your browser.
- Open the app in your browser.
- Add a new post using the create button.
- View existin posts fetched from an api.
- Angular - Frontend framework
- RxJS - Reactive programming
- TypeScript - Strongly typed JavaScript
- REST API - Backend communication
Made with ❤️ by Hayden Westfall