https://github.com/eroydev/markovski_repo
https://github.com/eroydev/markovski_repo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eroydev/markovski_repo
- Owner: ERoydev
- Created: 2024-07-08T13:26:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:17:20.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T21:38:14.787Z (over 1 year ago)
- Language: TypeScript
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markovski Repo
This is an Angular project using Angular version "16.1.6" . It includes Angular Material and TailwindCSS for styling.
Welcome to the Markovski repository! This project is an Angular application styled with Tailwind CSS and uses MockAPI for backend API services.
It's simple CRUD Application (Create, Read, Update, Delete).
## Table of Contents
- [Features](#features)
- [Tech Stack](#tech-stack)
- [Installation](#installation)
- [Usage](#usage)
## Features
- Modern UI built with Angular and styled using Tailwind CSS.
- Integration with MockAPI for data management.
- Responsive design for various screen sizes.
## Tech Stack
- **Angular**: Framework for building the front-end of the application.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **MockAPI**: Used as a mock backend service to handle API calls.
## Installation
### Prerequisites
- [Node.js](https://nodejs.org/) (v16.x.x or later is recommended)
- npm (usually comes with Node.js)
- Angular CLI 16.
```bash
npm install -g @angular/cli@16.1.6
```
### Steps
1. Clone the repository:
```bash
git clone https://github.com/ERoydev/markovski_repo.git
```
2. Navigate to the project directory:
```bash
cd markovski_repo
```
3. Install the dependencies:
```bash
npm install
```
## Usage
### Running the Application
To start the Angular application, run:
```bash
ng serve
```
### Home page
