Skip to content

Commit 8f759aa

Browse files
authored
Merge pull request #17 from marcode24/dev
Dev
2 parents 4751b82 + 432b53e commit 8f759aa

File tree

8 files changed

+4359
-5396
lines changed

8 files changed

+4359
-5396
lines changed

.husky/pre-commit

100644100755
File mode changed.

README.md

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<div align="center">
2+
3+
<img
4+
alt="Cloud Box"
5+
src="https://res.cloudinary.com/dfeujtobk/image/upload/v1705527264/Portfolio/726shots_so_bjwehm.png"
6+
width="1200"
7+
style="border-radius: 1rem" />
8+
9+
<br />
10+
211
<h1>☁️ Cloud Box</h1>
312
<a href="https://cloudbox-m.netlify.app" target="_blank">View Demo</a>
413
<br/><br/>
@@ -16,7 +25,7 @@
1625

1726
This is a cloud storage application that allows you to upload, download and delete files. Here you can also create folders and subfolders to organize your files.
1827

19-
### 📝 Requirements
28+
### 📝 Requirements
2029

2130
- [![Angular](https://img.shields.io/badge/Angular-blue?style=popout&logo=angular&logoColor=red)](https://angular.io/)
2231
- [![Node](https://img.shields.io/badge/Node-gray?style=popout&logo=node.js)](https://nodejs.org/en/)
@@ -85,30 +94,6 @@ npm run test:cov
8594
│ └── styles # Global styles
8695
└── README.md
8796

88-
## 🖼️ Previews - Desktop
89-
90-
### Login
91-
92-
![Login](https://res.cloudinary.com/dfeujtobk/image/upload/v1683409111/cloudbox/desktop/login_ze2kbb.png)
93-
94-
### Register
95-
96-
![Register](https://res.cloudinary.com/dfeujtobk/image/upload/v1683409111/cloudbox/desktop/register_xze8iw.png)
97-
98-
### Home
99-
100-
![Home](https://res.cloudinary.com/dfeujtobk/image/upload/v1683409111/cloudbox/desktop/home_eshrq7.png)
101-
102-
## 🖼️ Previews - Mobile
103-
104-
### Login
105-
106-
![Login](https://res.cloudinary.com/dfeujtobk/image/upload/v1683409111/cloudbox/mobile/login_rcldxq.png)
107-
108-
### Register
109-
110-
![Register](https://res.cloudinary.com/dfeujtobk/image/upload/v1683409111/cloudbox/mobile/register_tyrfwo.png)
111-
112-
### Home
97+
## 📝 License
11398

114-
![Home](https://res.cloudinary.com/dfeujtobk/image/upload/v1683409111/cloudbox/mobile/home_dfui84.png)
99+
This project is [MIT](./LICENSE) licensed. See the LICENSE for more information. 😉

angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@
126126
}
127127
}
128128
},
129-
"defaultProject": "frontend",
130129
"cli": {
131-
"defaultCollection": "@angular-eslint/schematics"
130+
"schematicCollections": [
131+
"@angular-eslint/schematics"
132+
],
133+
"analytics": "d4db0f9e-c1e5-40ee-be89-a3c412f2097d"
132134
}
133135
}

0 commit comments

Comments
 (0)