The purpose of this project is to make your own CV easily.
It's a personnal project that i made, because i wanted a beautiful CV and i wasn't too good with Word and i didn't want to pay my CV on some online web site.
It's in angular because why not ? I'm a bit experienced with it so i made it quite easily.
My code is ugly but it get the jobs done 😀
- Currently only in french... Do atleast English !
- Try to make theming work with the printing. Currently i can only print with de default theme
- Make css work while printing on firefox ?
- Lot of things i don't think about yet
You can try it live thanks to Netlify !!
There is a docker hub available here
Then just :
docker pull icecu8e/angularcv:latest
docker run --rm -d -p 80:80/tcp icecu8e/angularcv:latest
git clone https://github.com/Thomas-Sohier/angularCV.git
cd angularCV
ng build --prod # to build or 'ng serve' to test
Just do a pull request, if anyone have anything to add ! 🙌
This project was generated with Angular CLI version 7.3.5.
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.