This is a website I am creating to act as a portfolio. It will contain information about me and the projects I have worked on. It will also be a living portfolio that will get updated as I continue to gain more experience.
I am creating this website/portfolio so that I have a collection of all I have done by the end of my college years. I am also doing this as a way to get better and creating a website from start to finish using angular 5 and ngx-bootstrap.
The starting plan to create this website is to use Angular and ngx-bootstrap to create an angular app that will contain all the things needed for a portfolio. It will also only be a static website, as in no backend is needed to run the website. For the different compenents I will have, first I plan on having a main routing component that will load between the different pages from in the file structure. Then I will create have a main component that basically holds everything inside of it, this will probably consist mostly of a header and footer for the website allowing me to have a controller component for inside the main body. With this design set out, my hope is to make the website able to self generate using the html pages I create so I only have to make the individual post's and everything else will automatically update.
The project will be open for anyone to use and reference to create anything but I will not be held responsible for any happenings that come from using my code. Stated shortly, use at your own risk, but you can use it however you want with out crediting me.
This project was generated with Angular CLI version 6.2.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.