Changed content on projects page; version bump

This commit is contained in:
mitchelljfs 2018-07-14 17:16:56 -07:00
parent 59426d4cc2
commit e4a4580ceb
2 changed files with 21 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "react-website", "name": "react-website",
"version": "0.2.17", "version": "0.2.18",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome": "^1.1.8",

View File

@ -24,6 +24,19 @@ class Projects extends React.PureComponent<Props> {
Repository Repository
</ClearButton> </ClearButton>
</div> </div>
<div>
<h4>lambdarouter</h4>
<p>
This package will become a fully featured AWS Lambda function
router, able to respond to HTTP, Schedule, Cognito, and SNS events.
It will also support middleware interfacing. So far it includes
functionality for API Gateway. Check out the GoDoc Reference to see
how to instantiate a router and create endpoints.
</p>
<ClearButton href="https://github.com/mitchelljfs/lambdarouter">
Repository
</ClearButton>
</div>
<div> <div>
<h4>destinate</h4> <h4>destinate</h4>
<p> <p>
@ -38,27 +51,15 @@ class Projects extends React.PureComponent<Props> {
</ClearButton> </ClearButton>
</div> </div>
<div> <div>
<h4>memebank API</h4> <h4>sys-mgmt</h4>
<p> <p>
This is a RESTful API using the Rails framework to support the front A minimal, cross-platform, unix-like-system management program. This
end application of memebank. It uses JWT authentication for program is designed to detect which programs are affiliated with the
stateless account authentication, and bcrypt for password unix-like system, whether it be Debian or macOS. There are various
encryption. It communicates with the front-end using basic HTTP shortcuts to common unix-like commands, such as update and upgrade
requests and JSON objects. (for package managers), another is poweroff or reboot.
</p> </p>
<ClearButton href="https://github.com/aherco/memebank-api"> <ClearButton href="https://github.com/mitchelljfs/sys-mgmt">
Repository
</ClearButton>
</div>
<div>
<h4>reddit Neo4J Database</h4>
<p>
A learning Neo4j database project of a sample of comments on the
popular social media platform Reddit. It can show the relationships
between users, their comments, and subreddits. With this information
we can infer demographic information about reddit's users.
</p>
<ClearButton href="https://github.com/mitchelljfs/comment_context_analysis">
Repository Repository
</ClearButton> </ClearButton>
</div> </div>