Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nbely/nbely.github.io

A personal portfolio for practicing Angular2+ skills and showcasing development projects.
https://github.com/nbely/nbely.github.io

angular font-awesome material-ui typescript

Last synced: 15 days ago
JSON representation

A personal portfolio for practicing Angular2+ skills and showcasing development projects.

Awesome Lists containing this project

README

        

# Portfolio v2.0

This project features a webapp showcasing my best practices as a developer and a seamless UI and content layout for viewers to read and learn about my work and project history. As I evolve in my career, this portfolio will be updated to reflect my work quality.

## v2 Changelog
- Upgraded Angular Core version from 11 -> 15
- Updated responsive styling to be mobile-first and to include tablet-specific views
- Simplified navigation to present tabbed navigation for desktop/tablet and hamburger menu navigation for mobile
- Updated HTML template to be WCAG 2.1 Compliant for Accessibility
- Revamped overall site UI to make use of a Material.io themes and to present as a more modern and clean site
- General code refactoring to simplify processes and reduce duplicate code, components, and modules

## Planned v2 Minor Updates
- Review and update tab-indexing for accessibility as needed
- Add Unit Test Coverage for all Components
- Add JSDoc for all Component methods
- Add CSS Animations for page changes
- Update Skill Icon sizing for mobile/tablet views

## Planned v3 Updates
- Built out a Rest API for serving personal background and experience data to the site
- Develop End-to-End Tests

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.