Skip to content

Commit

Permalink
Merge pull request #2 from aichner/add-basics-aa1
Browse files Browse the repository at this point in the history
Add basics aa1 to master
  • Loading branch information
Aichnerc authored Dec 15, 2020
2 parents 592626a + 70c0296 commit c3dd5ff
Show file tree
Hide file tree
Showing 17 changed files with 1,204 additions and 130 deletions.
45 changes: 22 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
<p align="center">
<a href="https://www.aichner-christian.com/" target="_blank" rel="noopener noreferrer">
<img src="https://github.com/aichner/React-MDB-Firebase-Template/blob/master/src/assets/react-mdb-firebase.jpg?raw=true" alt="Agency Logo" height="150" style="max-width: 100%" />
<a href="https://insight.inspiremedia.at" target="_blank" rel="noopener noreferrer">
<img src="https://github.com/aichner/coacher/blob/add-basics-aa1/src/assets/insight_h100.png?raw=true" alt="Insight Logo" height="100" style="max-width: 100%" />
</a>
</p>

<h3 align="center">Official React + MDB + Firebase Template</h3>
<h3 align="center">Project INSIGHT - HR Management tool</h3>

<p align="center">
This repository serves as an entry point for future React MDB Basic projects of the
Advertisement Agency Christian Aichner and beyond.
HR manager for InspireMedia GmbH.
<br>
<br>
<a href="https://github.com/aichner/React-MDB-Firebase-Template/issues/new?template=bug_report.md">Report bug</a>
<a href="https://github.com/aichner/coacher/issues/new?template=bug_report.md">Report bug</a>
·
<a href="https://github.com/aichner/React-MDB-Firebase-Template/issues/new?template=feature_request.md">Request feature</a>
<a href="https://github.com/aichner/coacher/issues/new?template=feature_request.md">Request feature</a>
<br>
<br>
<a href="https://www.codacy.com/app/aichner/React-MDB-Firebase-Template">
<a href="https://www.codacy.com/app/aichner/coacher">
<img src="https://api.codacy.com/project/badge/Grade/579c145ee6cf4d7e8ae7c1c78a13617a" />
</a>
<a href="https://liberapay.com/aichner/donate">
Expand All @@ -30,6 +29,7 @@

- [Table of contents](#table-of-contents)
- [Quick start](#quick-start)
- [This project requires the MDB React Pro license and its library](#this-project-requires-the-mdb-react-pro-license-and-its-library)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Contributing](#contributing)
- [Community](#community)
Expand All @@ -42,42 +42,41 @@

Several quick start options are available:

- Clone the repo: `https://github.com/aichner/React-MDB-Firebase-Template.git`
- Clone the repo: `https://github.com/aichner/coacher.git`

### This project requires the MDB React Pro license and its library

You can eigther:

Purchase MDB React Pro

- Download the zip folder and extract it
- Move the `mdbreact-X.XX.X.tgz` to the local copy of this repository
- Download the zip folder and extract it
- Move the `mdbreact-X.XX.X.tgz` to the local copy of this repository

or use MDB React Free

- Update "mdbreact" in `package.json` to the latest version of MDB (such as 4.19.0)
- After installing, make sure to exclude all elements that require MDB React Pro
- Update "mdbreact" in `package.json` to the latest version of MDB (such as 4.19.0)
- After installing, make sure to exclude all elements that require MDB React Pro

How to start this application?

- Use `npm install` to install all dependencies
- Start a local copy of the docs site with `npm start`
- Or build a local copy of the library with `npm run build`

- Use `npm install` to install all dependencies
- Start a local copy of the docs site with `npm start`
- Or build a local copy of the library with `npm run build`

## [](#bug-and-feature-requests)Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not
addressed yet, [please open a new issue](https://github.com/aichner/React-MDB-Firebase-Template/issues/new/choose).
addressed yet, [please open a new issue](https://github.com/aichner/coacher/issues/new/choose).

## [](#contributing)Contributing

![GitHub last commit](https://img.shields.io/github/last-commit/aichner/React-MDB-Firebase-Template)
![GitHub issues](https://img.shields.io/github/issues-raw/aichner/React-MDB-Firebase-Template)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/aichner/React-MDB-Firebase-Template?color=green)
![GitHub last commit](https://img.shields.io/github/last-commit/aichner/coacher)
![GitHub issues](https://img.shields.io/github/issues-raw/aichner/coacher)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/aichner/coacher?color=green)

Please read through our
[contributing guidelines](https://github.com/aichner/React-MDB-Firebase-Template/blob/master/CONTRIBUTING.md). Included are
[contributing guidelines](https://github.com/aichner/coacher/blob/master/CONTRIBUTING.md). Included are
directions for opening issues, coding standards, and notes on development.

All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by
Expand All @@ -94,7 +93,7 @@ Get updates on our development and chat/talk with the project maintainers and co

## [](#versioning)Versioning

![GitHub package.json version](https://img.shields.io/github/package-json/v/aichner/React-MDB-Firebase-Template)
![GitHub package.json version](https://img.shields.io/github/package-json/v/aichner/coacher)

For transparency into our release cycle and in striving to maintain backward compatibility, this repository is
maintained under [the Semantic Versioning guidelines](https://semver.org/). Sometimes we screw up, but we adhere to
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-mdb-firebase-template",
"version": "1.2.0",
"name": "coacher",
"version": "1.0.0",
"private": true,
"license": "(EUPL-1.2)",
"homepage": ".",
"dependencies": {
"firebase": "^7.2.0",
"gh-pages": "^2.2.0",
"js-sha256": "^0.9.0",
"mdbreact": "^4.25.5",
"mdbreact": "file:mdbreact-4.26.1.tgz",
"node-sass": "^4.13.0",
"react-redux": "^7.1.1",
"react-redux-firebase": "^2.4.1",
Expand All @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/aichner/React-MDB-Firebase-Template.git"
"url": "git+https://github.com/aichner/coacher.git"
},
"scripts": {
"start": "react-scripts start",
Expand Down
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
insight.inspiremedia.at
15 changes: 8 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!--
We suggest using https://www.favicon-generator.org/ to generate your custom favicon.
Create a new folder in public named "fav" and copy all extracted files of favicon-generator.org to it.
Include the files using the provided code snippet by favicon-generator.org - do not forget to adjust the paths
using the %PUBLIC_URL% as base.
-->
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -23,12 +26,10 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React + MDB by Christian Aichner</title>
<title>PROJECT INSIGHT</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<!--
Only use JavaScript here if there is no other way.
Expand Down
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ class App extends React.Component {
<Router>
<ScrollToTop>
<div className="flyout">
<Navbar />
<main>
<Routes />
<CookieModal saveCookie={this.saveCookie} />
</main>
<Footer />
</div>
</ScrollToTop>
</Router>
Expand Down
3 changes: 1 addition & 2 deletions src/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ class Routes extends React.Component {
render() {
return (
<Switch>
<Route exact path="/" component={HomePage} />
<Route exact path="/login" component={LoginPage} />
<Route exact path="/" component={LoginPage} />
<Route exact path="/profile" component={ProfilePage} />
<Route
exact
Expand Down
Binary file added src/assets/insight_h100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c3dd5ff

Please sign in to comment.