Skip to content

icorne/bootcamp.bookstore.crelan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this repository

That's all you need to get started.

Don't forget to join the Gitter for this repository: Gitter

The gitter is used as a way to communicate among us. Feel free to share code snippets and everything that can help make your experience during this session, hence other people experience will improve as well.

If you have any questions, just reach out on Gitter

Folder structure:

├── README.md ├── TODO.md ├── app │   ├── assets │   │   ├── images │   │   │   ├── angularjs.jpg │   │   │   ├── datavis.jpg │   │   │   ├── designpattern.jpg │   │   │   ├── emberjs.jpg │   │   │   ├── es6.jpg │   │   │   ├── ionic.jpg │   │   │   ├── iot.jpg │   │   │   ├── javascript.jpg │   │   │   ├── objectandprototype.jpg │   │   │   └── robot.jpg │   │   └── styles │   │   └── app.css │   ├── index.html │   ├── lib │   │   └── angular.js │   ├── src │   │   └── index.js │   └── templates │   ├── addBook.html │   ├── bookCard.html │   ├── bookDetails.html │   ├── footer.html │   ├── header.html │   └── main.html ├── fundamental │   ├── constructor.js │   ├── depInjection.js │   ├── iife.js │   ├── index.html │   ├── module.js │   ├── promise.js │   └── singleton.js ├── package.json └── snippets └── books.js

About

5 intensive days of workshop at Crelan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.0%
  • HTML 34.1%
  • CSS 3.9%