Skip to content

christianbender/cat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cat app

A app for cat-lovers like me :-) A simple diashow.
The app uses following technologies.

  • HTML5
  • CSS3
  • W3.CSS (css-framework)
  • JavaScript / TypeScript
  • NodeJs
  • Express (routing framework for node)
  • AJAX

Usage

Simply enjoy ... Click here
If you use the app over the link (above) you don't need NodeJs ...


Run with NodeJs

You can run the app with NodeJs.
npm install
npm start
After that you will find the app under http://localhost:8081/index.html.


Image credits


Contributing

You can contribute to this repository. For example you can add new cat images to the app. If you will do this then you needed to edit the data.json file. You will find this file in the directory ajax. Please respect the copyright of the images, make sure you can use the images. After you have added some new images, edit the README.md under Image credits.

If you found some bugs then feel free and make a issue in the issue tracker, or fix the bug and make a pull request.