Skip to content

Commit

Permalink
Create master branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineAfia authored Nov 29, 2016
1 parent e8201b1 commit 75d655c
Show file tree
Hide file tree
Showing 12 changed files with 1,346 additions and 0 deletions.
Binary file added images/body-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/download-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/header-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/highlight-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sidebar-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<title>Carbook by AmineAfia</title>
</head>

<body>
<header>
<div class="inner">
<h1>Carbook</h1>
<h2>Carbook suchst du noch oder parkst du schon? 😜</h2>
<a href="https://github.com/AmineAfia/carbook" class="button"><small>View project on</small> GitHub</a>
</div>
</header>

<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>
<a id="carbook" class="anchor" href="#carbook" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Carbook</h1>

<p>Carbook is a parking app and parking sharing app. The concept was planted in the business planing seminar at the KIT. The Idea is to develop a social parking network to recommend parking places based on: Scannes of satellite images, users recommendations and partnerships with parking houses and rent them. Moreover users can register their personal parking places to rent them to other users.</p>

<h1>
<a id="screenshots" class="anchor" href="#screenshots" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Screenshots</h1>

<h3>
<a id="recommendation-map--car-profile--personal-spot-manager" class="anchor" href="#recommendation-map--car-profile--personal-spot-manager" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Recommendation Map / Car Profile / Personal Spot Manager</h3>

<p align="center">
<img src="https://s11.postimg.org/smkwii32r/Screen_Shot_2016_11_28_at_23_49_53.png" width="300">
<img src="https://s14.postimg.org/nfcmzjfnl/Screen_Shot_2016_11_28_at_23_42_13.png" width="300">
<img src="https://s22.postimg.org/hbm3xr14h/Screen_Shot_2016_11_28_at_23_43_07.png" width="300">
</p>

<h3>
<a id="additional" class="anchor" href="#additional" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Additional</h3>

<ul>
<li>Login system</li>
<li>Search for parkings in other places</li>
<li>List of nearby parkings</li>
</ul>

<h1>
<a id="run-the-project" class="anchor" href="#run-the-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Run the Project</h1>

<ol>
<li>Ensure you've followed the <a href="https://facebook.github.io/react-native/docs/getting-started.html">React Native - Get Started Guide</a> for the platform/s of choice</li>
<li>Clone this project</li>
<li>Run <code>npm install</code> from root directory</li>
<li>Run <code>rnpm link</code>
</li>
<li>Build <code>react-native run-ios</code>
</li>
</ol>

<h3>
<a id="credits" class="anchor" href="#credits" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Credits</h3>

<p>Thanks to all developers for the cool components/skeleton:</p>

<ul>
<li>React native starter app by mcnamee: <a href="https://github.com/mcnamee/react-native-starter-app.git">https://github.com/mcnamee/react-native-starter-app.git</a>
</li>
<li>React Native Maps by Airbnb: <a href="https://github.com/airbnb/react-native-maps">https://github.com/airbnb/react-native-maps</a>
</li>
<li>DatePicker component by xgfe: <a href="https://github.com/xgfe/react-native-datepicker">https://github.com/xgfe/react-native-datepicker</a>
</li>
<li>Search component by umhan35: <a href="https://github.com/umhan35/react-native-search-bar">https://github.com/umhan35/react-native-search-bar</a>
</li>
</ul>
</section>

<aside id="sidebar">
<a href="https://github.com/AmineAfia/carbook/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/AmineAfia/carbook/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>

<p class="repo-owner"><a href="https://github.com/AmineAfia/carbook"></a> is maintained by <a href="https://github.com/AmineAfia">AmineAfia</a>.</p>

<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>


</body>
</html>
1 change: 1 addition & 0 deletions javascripts/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('This would be the main JS file.');
6 changes: 6 additions & 0 deletions params.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Carbook",
"tagline": "Carbook suchst du noch oder parkst du schon? 😜",
"body": "# Carbook\r\n\r\nCarbook is a parking app and parking sharing app. The concept was planted in the business planing seminar at the KIT. The Idea is to develop a social parking network to recommend parking places based on: Scannes of satellite images, users recommendations and partnerships with parking houses and rent them. Moreover users can register their personal parking places to rent them to other users.\r\n\r\n# Screenshots\r\n\r\n### Recommendation Map / Car Profile / Personal Spot Manager\r\n<p align=\"center\">\r\n <img src=\"https://s11.postimg.org/smkwii32r/Screen_Shot_2016_11_28_at_23_49_53.png\" width=\"300\"/>\r\n <img src=\"https://s14.postimg.org/nfcmzjfnl/Screen_Shot_2016_11_28_at_23_42_13.png\" width=\"300\"/>\r\n <img src=\"https://s22.postimg.org/hbm3xr14h/Screen_Shot_2016_11_28_at_23_43_07.png\" width=\"300\"/>\r\n</p>\r\n\r\n### Additional\r\n- Login system\r\n- Search for parkings in other places\r\n- List of nearby parkings\r\n\r\n# Run the Project\r\n\r\n1. Ensure you've followed the [React Native - Get Started Guide](https://facebook.github.io/react-native/docs/getting-started.html) for the platform/s of choice\r\n2. Clone this project\r\n3. Run `npm install` from root directory\r\n4. Run `rnpm link`\r\n5. Build `react-native run-ios`\r\n\r\n\r\n### Credits\r\nThanks to all developers for the cool components/skeleton:\r\n\r\n- React native starter app by mcnamee: https://github.com/mcnamee/react-native-starter-app.git\r\n- React Native Maps by Airbnb: https://github.com/airbnb/react-native-maps\r\n- DatePicker component by xgfe: https://github.com/xgfe/react-native-datepicker\r\n- Search component by umhan35: https://github.com/umhan35/react-native-search-bar\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}
124 changes: 124 additions & 0 deletions stylesheets/github-light.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
/*
The MIT License (MIT)
Copyright (c) 2016 GitHub, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

.pl-c /* comment */ {
color: #969896;
}

.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
.pl-s .pl-v /* string variable */ {
color: #0086b3;
}

.pl-e /* entity */,
.pl-en /* entity.name */ {
color: #795da3;
}

.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
.pl-s .pl-s1 /* string source */ {
color: #333;
}

.pl-ent /* entity.name.tag */ {
color: #63a35c;
}

.pl-k /* keyword, storage, storage.type */ {
color: #a71d5d;
}

.pl-s /* string */,
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
color: #183691;
}

.pl-v /* variable */ {
color: #ed6a43;
}

.pl-id /* invalid.deprecated */ {
color: #b52a1d;
}

.pl-ii /* invalid.illegal */ {
color: #f8f8f8;
background-color: #b52a1d;
}

.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
font-weight: bold;
color: #63a35c;
}

.pl-ml /* markup.list */ {
color: #693a17;
}

.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */ {
font-weight: bold;
color: #1d3e81;
}

.pl-mq /* markup.quote */ {
color: #008080;
}

.pl-mi /* markup.italic */ {
font-style: italic;
color: #333;
}

.pl-mb /* markup.bold */ {
font-weight: bold;
color: #333;
}

.pl-md /* markup.deleted, meta.diff.header.from-file */ {
color: #bd2c00;
background-color: #ffecec;
}

.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
color: #55a532;
background-color: #eaffea;
}

.pl-mdr /* meta.diff.range */ {
font-weight: bold;
color: #795da3;
}

.pl-mo /* meta.output */ {
color: #1d3e81;
}

Loading

0 comments on commit 75d655c

Please sign in to comment.