Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

assis402/MyPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

146 Commits

Repository files navigation

MyPage status

Professional web page with ASP.NET (C#, HTML, CSS and Javascript).

This project was built in ASP.NET MVC and integrated with the Github API for displaying repositories and their information.

Structure

└── Solution
 ├── Application // Application layer (inluding business and integration)
 │ ├── Helpers // Utility classes with specific goals
 │ ├── Integrations // Integration with Githuh API
 │ ├── Models // Model classes to pages
 │ └── Services // Services with logics to get projects from github or cache in memory
 │ 
 └── UI // User interface layer
 ├── wwwroot // Static files (.css, .js and images)
 ├── Controllers // Contains class files for the controllers (MVC pattner)
 ├── Resources // Language resources (PT-BR and EN-US)
 ├── Views // .cshtml files (pages)
 ├── appsettings.json // Contains environment variables, log configuration...
 ├── bundleconfig.json // Bundling configuration.
 ├── LanguageResource.cs // Empty class for language switcher operation. 
 └── Program.cs // Application startup and configuration.

To Do

  • About page.
  • Github integration.
  • Projects page.
  • Language switcher.
  • Bundling and Minification.
  • Deploy at jenkins.
  • Redis Cache.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /