Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DukeManh authored May 5, 2022
1 parent 208ab61 commit 8b59461
Showing 1 changed file with 12 additions and 28 deletions.
40 changes: 12 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,49 @@
## Project Introduction

The goal of this project is to create a web app/web extension that will allow users to drag and drop images from the web and save them on right the cloud.
This gives users access to all their images in one place and allow them to acesss them through desktop and mobile devices.
Images can take up a lot of space and storing them on your own device can prove a hassle as storing a lot of images can get disoragnized quickly and will eat up quite a bit of storage space.
This application is here to solve that problem.

```
Unlike other cloud services which focus on storing files, our application will heavily focus on digital media.
The main features of this application is allow users to sort throught their images, tag their images
to organize them and also edit them right on the application itself. This application will be helpful for artist,
digital designers, video editors or just the average user looking to have a good solution for storing images
without sacrificing space on their own devices.
```
# Screenshots

As mentioned before this application is being developed to be a web app and an extension.
Our goal is to hopefully deploy the application on Vercel as a web app and make it available on the Google Chrome store as a web application.

## Project Mockup

* Chrome extension
### Chrome extension

![image](https://user-images.githubusercontent.com/59295435/153237815-3c337ec6-f50b-4485-a2a8-21069c0912d3.png)

* Authentication extension
### Authentication extension

![image](https://user-images.githubusercontent.com/59295435/153239502-333e00bb-6a3a-4c1b-b428-48cd06d9fbef.png)

* Drag & drop
### Drag & drop

![image](https://user-images.githubusercontent.com/59295435/153240135-f5abdc22-6c7e-40c0-86c4-590a9a08c185.png)

* Waterfall layout
### Waterfall layout

![image](https://user-images.githubusercontent.com/59295435/153240020-397459fc-74b1-4222-9e2f-c2592cd240da.png)


* Justified layout
### Justified layout

![image](https://user-images.githubusercontent.com/59295435/153240270-0116aa8c-ab6a-4655-9a4c-ec8512a93184.png)

* Upload images
### Uploading images

![image](https://user-images.githubusercontent.com/59295435/153240424-06eded13-70c0-4452-956e-b4951096b2cf.png)

* Upload progress
### Upload progress

![image](https://user-images.githubusercontent.com/59295435/153240488-a95a6ebe-aee0-43aa-b9fe-000f0f42a2de.png)

* Fullscreen gallery
### Fullscreen gallery

![image](https://user-images.githubusercontent.com/59295435/153240544-bccb0a72-71c4-437e-9c89-d449e0924db1.png)

* Search images
### Search images

![image](https://user-images.githubusercontent.com/59295435/153240665-f7eef89f-6a86-417e-9618-a37b39b3daa4.png)

* Image editor
### Image editor

![image](https://user-images.githubusercontent.com/59295435/153240723-eba7c095-d3ec-4151-a398-69103b3a380e.png)

* Image details
### Image details

![image](https://user-images.githubusercontent.com/59295435/153240769-7af58e56-709d-411d-a0bb-d6583c0923fd.png)

Expand Down

0 comments on commit 8b59461

Please sign in to comment.