Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radocodes/radohub
This is my personal web site (hub, portal). It is about me (biography), portfolio, my projects. It is also about sharing data, ideas and anything else with friends like my Personal Lifestyle Blog.
https://github.com/radocodes/radohub
ajax asp-net-core-mvc bootstrap entity-framework-core javascript jquery ms-sql-server
Last synced: about 1 month ago
JSON representation
This is my personal web site (hub, portal). It is about me (biography), portfolio, my projects. It is also about sharing data, ideas and anything else with friends like my Personal Lifestyle Blog.
- Host: GitHub
- URL: https://github.com/radocodes/radohub
- Owner: radocodes
- Created: 2019-11-10T12:28:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T07:12:03.000Z (about 3 years ago)
- Last Synced: 2024-11-17T20:11:54.127Z (about 1 month ago)
- Topics: ajax, asp-net-core-mvc, bootstrap, entity-framework-core, javascript, jquery, ms-sql-server
- Language: C#
- Homepage: https://radohub.com
- Size: 85.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RadoHub
https://radohub.com
This is my personal web site (hub, portal). It is about me (biography), portfolio, my projects. It is also about sharing data, ideas and anything else with friends like my Personal Lifestyle Blog. It contains two general areas for now - IT and Lifestyle.
- IT area has been planned to be developed step by step with different new features -
IT Playground with some app demos, simple games and etc.
IT helpful tools for developers created by me.
For example: SVG Sprite Splitter - cross platform console app
Etc.
- Lifestyle area also has been planned to be developed (step by step) with different funny and helpful features, tools and widgets for my friends and everybody else who enjoy it.Till now, Lifestyle area contains cooking recipe library with family recipes
and Alcohol Rakia calculator, where you can calculate how much to water-down your rakia (alcohol) stock to become in desired condition for use, according to alcohol degrees.Expect more new features in future! :)
### Technical Specifications:
- ASP .NET Core MVC 3.0
- MS SQL Server
- Entity Framework Core
- Identity - Default ASP Authentification and Authorization
- Localization
- Javascript additions
- Ajax
- JQuery
- Bootstrap
- Automapper
- Cloudinary (image CDN) integration
- Tiny WYSIWYG integration
- SEO improvements
- Hosted in Release (Production) environment - https://radohub.com### Note some background elements:
- Javascript Snowflakes code and canvas is applying dynamically according to such setting and date time period of the year (for example - Winter)
- Season Inspiration at Home page dinamically shows different (already added in the system) images, according to the season or current Holliday. Admin is able to manage it.
- Search engine for Cooking Recipes### Below are listed a couple of screenshots from Administration area, which you usually can't see at my hosted app, because you need Admin role to have access to this area (click at the images for fullscreen):
- Manage cooking recipe:
![Manage cooking recipe](/documentation_resources/app_screenshots/manage_cooking.jpg?raw=true)- Create or edit cooking recipe:
![Create or edit cooking recipe](/documentation_resources/app_screenshots/create_cooking_recipe.jpg?raw=true)- Delete cooking recipe:
![Delete cooking recipe](/documentation_resources/app_screenshots/delete_recipe.jpg?raw=true)- Manage user accounts:
![Manage user accounts](/documentation_resources/app_screenshots/manage_user_accounts.jpg?raw=true)- User details:
![User details](/documentation_resources/app_screenshots/user_details.jpg?raw=true)- Delete details:
![Delete details](/documentation_resources/app_screenshots/delete_user.jpg?raw=true)