@conorheffron/ironoc-frontend 2.1.2 → 5.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/package.json +1 -1
- package/src/App.css +1 -1
- package/src/Footer.js +11 -0
- package/src/components/About.js +15 -5
- package/src/components/ControlledCarousel.js +2 -0
- package/src/components/Home.js +16 -1
- package/src/components/NotFound.js +2 -0
- package/src/components/RepoDetails.js +2 -0
- package/src/components/RepoIssues.js +2 -0
package/README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
# ironoc-frontend
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The ironoc UI built with react for personal portfolio website.
|
|
4
|
+
|
|
5
|
+
[](https://github.com/conorheffron/ironoc/actions/workflows/npm-publish-packages.yml)
|
|
4
6
|
|
|
5
7
|
- See project README.md [here](https://github.com/conorheffron/ironoc/blob/main/README.md)
|
|
6
|
-
- See
|
|
8
|
+
- See npmjs package details here [https://www.npmjs.com/package/@conorheffron/ironoc-frontend](https://www.npmjs.com/package/@conorheffron/ironoc-frontend)
|
|
9
|
+
- See GitHub package details here [https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend](https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend)
|
|
7
10
|
|
|
8
11
|
## Getting Started with React App
|
|
9
12
|
|
package/package.json
CHANGED
package/src/App.css
CHANGED
package/src/Footer.js
ADDED
package/src/components/About.js
CHANGED
|
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
|
|
|
2
2
|
import { Container } from 'reactstrap';
|
|
3
3
|
import '.././App.css';
|
|
4
4
|
import AppNavbar from '.././AppNavbar';
|
|
5
|
+
import Footer from '.././Footer';
|
|
5
6
|
|
|
6
7
|
class About extends Component {
|
|
7
8
|
|
|
@@ -16,11 +17,19 @@ class About extends Component {
|
|
|
16
17
|
<img src="https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_160x33.png"
|
|
17
18
|
width="160" height="33" border="0" alt="View Conor Heffron's profile on LinkedIn"></img>
|
|
18
19
|
</a>
|
|
19
|
-
<p id="my-intro"
|
|
20
|
-
|
|
20
|
+
<p id="my-intro">
|
|
21
|
+
<br />
|
|
22
|
+
Welcome, I'm Conor Heffron, a Software Engineer hailing from County Meath, Ireland.
|
|
23
|
+
With over fourteen years of professional experience, I specialize in writing clean code and
|
|
21
24
|
developing high-performance applications. As a passionate Full Stack Developer, I am constantly
|
|
22
|
-
expanding my technical expertise across various tech stacks, languages, frameworks, and
|
|
23
|
-
|
|
25
|
+
expanding my technical expertise across various tech stacks, languages, frameworks, and tools in the
|
|
26
|
+
realm of Software Engineering, Data Engineering, & DevOps.
|
|
27
|
+
<br /><br />
|
|
28
|
+
I believe in continuous learning & practical skills that can be demonstrated in a positive & collaborative
|
|
29
|
+
manner (open source is great!). When not learning or working, I like jogging/cycling, music, cooking,
|
|
30
|
+
pretending to be a caffeine connoisseur, & searching for new forms of salsa verde / green sauce!
|
|
31
|
+
<br /><br />
|
|
32
|
+
Let's connect and explore exciting
|
|
24
33
|
opportunities together! See above & beyond for contact details and further information.
|
|
25
34
|
</p><br />
|
|
26
35
|
<a class="strava-badge" href='https://strava.com/athletes/2582329' target="_clean">
|
|
@@ -29,9 +38,10 @@ class About extends Component {
|
|
|
29
38
|
</a>
|
|
30
39
|
</header>
|
|
31
40
|
</Container>
|
|
41
|
+
<Footer/>
|
|
32
42
|
</div>
|
|
33
43
|
);
|
|
34
44
|
}
|
|
35
45
|
}
|
|
36
46
|
|
|
37
|
-
export default About;
|
|
47
|
+
export default About;
|
|
@@ -4,6 +4,7 @@ import 'bootstrap/dist/css/bootstrap.css';
|
|
|
4
4
|
import '.././App.css';
|
|
5
5
|
import { Container } from 'reactstrap';
|
|
6
6
|
import AppNavbar from '.././AppNavbar';
|
|
7
|
+
import Footer from '.././Footer';
|
|
7
8
|
import navy from '.././img/darkblue-bg.png';
|
|
8
9
|
import teal from '.././img/teal-bg.png';
|
|
9
10
|
import red from '.././img/red-bg.png';
|
|
@@ -103,6 +104,7 @@ class ControlledCarousel extends Component {
|
|
|
103
104
|
</Carousel.Item>
|
|
104
105
|
</Carousel>
|
|
105
106
|
</Container>
|
|
107
|
+
<Footer/>
|
|
106
108
|
</div>
|
|
107
109
|
);
|
|
108
110
|
}
|
package/src/components/Home.js
CHANGED
|
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
|
|
|
2
2
|
import { Container } from 'reactstrap';
|
|
3
3
|
import '.././App.css';
|
|
4
4
|
import AppNavbar from '.././AppNavbar';
|
|
5
|
+
import Footer from '.././Footer';
|
|
5
6
|
import logo from '.././img/robot-logo.png';
|
|
6
7
|
|
|
7
8
|
class Home extends Component {
|
|
@@ -12,10 +13,24 @@ class Home extends Component {
|
|
|
12
13
|
<AppNavbar/>
|
|
13
14
|
<Container>
|
|
14
15
|
<header className="App-header">
|
|
16
|
+
<br /><br />
|
|
15
17
|
<a href="/"><img src={logo} className="App-logo" alt="iRonoc"/></a>
|
|
16
|
-
<p id="my-intro">
|
|
18
|
+
<p id="my-intro"> Welcome to my personal portfolio site.<br />
|
|
19
|
+
Please use the navigation bar to view different features such as about me, my link tree, a carousel
|
|
20
|
+
that scrolls through highlighted projects & the GitHub project manager (PM) tool which is built
|
|
21
|
+
against the iRonoc API.
|
|
22
|
+
<br /><br />
|
|
23
|
+
The GitHub PM tool allows you to view & navigate the backlog of issues & bugs for a given project
|
|
24
|
+
repository for the corresponding user or organisation account. There is an option to search by user ID
|
|
25
|
+
or to drill down to a specific repository name via search or 'List Issues' icon in the 'Actions' column
|
|
26
|
+
of the <a href="https://www.ironoc.net/projects/conorheffron">projects component view</a>.
|
|
27
|
+
<br /><br />
|
|
28
|
+
The ironoc API is documented with <a href="https://www.ironoc.net/swagger-ui-ironoc.html">Open API</a>
|
|
29
|
+
& sample GET requests that return raw JSON responses are available for demonstration purposes only i.e.
|
|
30
|
+
<a href="https://www.ironoc.net/get-repo-issue/conorheffron/ironoc/">Issues JSON Sample</a>.</p>
|
|
17
31
|
</header>
|
|
18
32
|
</Container>
|
|
33
|
+
<Footer/>
|
|
19
34
|
</div>
|
|
20
35
|
);
|
|
21
36
|
}
|
|
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
|
|
|
2
2
|
import { Container } from 'reactstrap';
|
|
3
3
|
import '.././App.css';
|
|
4
4
|
import AppNavbar from '.././AppNavbar';
|
|
5
|
+
import Footer from '.././Footer';
|
|
5
6
|
|
|
6
7
|
class NotFound extends Component {
|
|
7
8
|
|
|
@@ -15,6 +16,7 @@ class NotFound extends Component {
|
|
|
15
16
|
<p id="my-intro">Sorry, the page you are looking for could not be found.</p>
|
|
16
17
|
</header>
|
|
17
18
|
</Container>
|
|
19
|
+
<Footer/>
|
|
18
20
|
</div>
|
|
19
21
|
);
|
|
20
22
|
}
|
|
@@ -3,6 +3,7 @@ import { Button, ButtonGroup, Container, InputGroup, Table } from 'reactstrap';
|
|
|
3
3
|
import '.././App.css';
|
|
4
4
|
import Form from 'react-bootstrap/Form';
|
|
5
5
|
import AppNavbar from '.././AppNavbar';
|
|
6
|
+
import Footer from '.././Footer';
|
|
6
7
|
import { Link } from 'react-router-dom';
|
|
7
8
|
|
|
8
9
|
class RepoDetails extends Component {
|
|
@@ -82,6 +83,7 @@ class RepoDetails extends Component {
|
|
|
82
83
|
<tbody>{repoList}</tbody>
|
|
83
84
|
</Table>
|
|
84
85
|
</Container>
|
|
86
|
+
<Footer/>
|
|
85
87
|
</div>
|
|
86
88
|
);
|
|
87
89
|
}
|
|
@@ -3,6 +3,7 @@ import { Button, Container, InputGroup, Table } from 'reactstrap';
|
|
|
3
3
|
import '.././App.css';
|
|
4
4
|
import Form from 'react-bootstrap/Form';
|
|
5
5
|
import AppNavbar from '.././AppNavbar';
|
|
6
|
+
import Footer from '.././Footer';
|
|
6
7
|
|
|
7
8
|
class RepoIssues extends Component {
|
|
8
9
|
|
|
@@ -75,6 +76,7 @@ class RepoIssues extends Component {
|
|
|
75
76
|
<tbody>{repoList}</tbody>
|
|
76
77
|
</Table>
|
|
77
78
|
</Container>
|
|
79
|
+
<Footer/>
|
|
78
80
|
</div>
|
|
79
81
|
);
|
|
80
82
|
}
|