Last week I faced a problem on my current project.
Due to this I had to learn basics of angularJS.
AngularJS was a JavaScript-based open-source front-end web framework
for developing single-page applications. It was maintained mainly
by Google and a community of individuals and corporations.
This project is simple web site written on components architecture.
Backend is a NodeJS api hosted on heroku.
to preview web site main branch visit git pages
to preview web site dev branch visit netlify
Project is created with:
- HTML5 + CSS
- JavaScript : es6
- AngularJS : 1.6.9
To run this project, clone it locally using git bash:
$ git clone ...
$ cd ../doc
$ npm install
$ npm install axios express
$ npm start
I've planned to learn angularJS with this materials: