diff --git a/README.md b/README.md index ceb5810..d74a337 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ - # Task for work hour overview -![preview](preview 1.webp) -![preview](preview 2.webp) +![preview](./p1.png) +![preview](./p2.png) # Backend (_python_) @@ -12,6 +11,7 @@ # Frontend (_React_) -1. Install dependencies with [bun](https://bun.sh/) (*should work with npm too*) +1. Install dependencies with [bun](https://bun.sh/) (_should work with npm too_) 2. Run development stage with `bun run dev` -3. Frontend will start on port 3000 \ No newline at end of file +3. Frontend will start on port 3000 + diff --git a/p1.png b/p1.png new file mode 100644 index 0000000..9f62562 Binary files /dev/null and b/p1.png differ diff --git a/p2.png b/p2.png new file mode 100644 index 0000000..fbe7724 Binary files /dev/null and b/p2.png differ diff --git a/preview 1.webp b/preview 1.webp deleted file mode 100644 index cadc291..0000000 Binary files a/preview 1.webp and /dev/null differ diff --git a/preview 2.webp b/preview 2.webp deleted file mode 100644 index d0c6917..0000000 Binary files a/preview 2.webp and /dev/null differ