Skip to content

Amaksik/AngularJS_Playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS_Playbook - Frontend with simple registration form

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.


Table of contents

General info

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

Technologies

Project is created with:

  • HTML5 + CSS
  • JavaScript : es6
  • AngularJS : 1.6.9

Setup

To run this project, clone it locally using git bash:

$ git clone ...
$ cd ../doc
$ npm install
$ npm install axios express
$ npm start

Materials

I've planned to learn angularJS with this materials:

Releases

No releases published

Packages

 
 
 

Contributors