-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d94647
commit 1cead80
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# IMGWeb | ||
Image Manager Gallery Web | ||
|
||
This project was made for my final class project | ||
|
||
## Description | ||
Using ASP.NET 7 and React Typescript, this project is a fullstack website whose main purpose is to allow users to create an account and | ||
upload images to the Cloudinary Cloud. The user can then tag his images and search by including and excluding tags | ||
|
||
## Features | ||
- MSSQL with a code first Entity framework databae | ||
- ASP.NET Identity integration | ||
- Multiple sort options for search results | ||
- Allow user to create tags and add multiple tags on an image | ||
- Search images by including and excluding tags | ||
- Fullscreen image viewer with gallery navigation | ||
- Set image as favorite | ||
- Rate image from 0 to 5 | ||
- Manage multiple images at once (add and remove tags or delete selected images) | ||
- Warning message with do not warn again option | ||
|
||
### Upload page example | ||
|
||
![Upload page](/IMGWeb/client-app/assets/presentation/upload.png) | ||
|
||
### Tag Manager dialog menu | ||
|
||
![Upload page](/IMG/Assets/GitReadme/tagManager.png) | ||
|
||
### Fullscreen view with keyboard navigation | ||
|
||
![Upload page](/IMG/Assets/GitReadme/Fullscreen.png) | ||
|
||
### Sort and order your search result with many options | ||
|
||
![Upload page](/IMG/Assets/GitReadme/sort.png) |