Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58a507f

Browse files
Update index.md
1 parent 05ccd3c commit 58a507f

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

index.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
# Coding Portfolio
22

3-
---
4-
5-
## [Node learning project](https://github.com/Project-neuron/Node.js-project):
6-
7-
8-
### Project description
9-
A learning project for node js. In this project I built a sample full stack website with a node backend.
10-
I used this as a learning opportunity to work on my backend server side skills.
11-
I used Visual studio for the IDE, Sequilize for the database interface with mySQL as the database.
12-
Express to handle the heavylifting for routing and serverside logic, ejs for the dynamic injection of data and manipulation of the HTML front end. CSS for styling.
13-
14-
#### Primary language: [Javascript]
15-
#### Project status: [No longer in development]
16-
#### Project type: [Self taught investigation]
17-
#### View status: [Public]
18-
193
---
204

215
## [Auto-scheduling Google calendar utility](https://github.com/Project-neuron/CalendarUtility):
@@ -25,6 +9,7 @@ Express to handle the heavylifting for routing and serverside logic, ejs for the
259
I wanted a way that I could easily capture the tasks I would have to do on a day to day basis so that I wouldn't have to remember to do them later. I also wanted a way that I could automate the creation of calendar events and the scheduling on them to the appropriate days. This application was born from that need.
2610

2711
It works well enough but I am planning an upgrade to a web assembly application with a firebase back end. The more developer friendly environments will allow me to build in more features and make debugging less confusing.
12+
2813

2914
### Project technologies
3015
---
@@ -77,7 +62,6 @@ It works well enough but I am planning an upgrade to a web assembly application
7762
<td><img src="images/HTML.png" width="100" height="100" style="border-radius:50%"/></td>
7863
<td>Utilized HTML for basic structure of the user interface for the time tracking aspect of the application</td>
7964
</tr>
80-
<tr><\tr>
8165
<tr>
8266
<td>Css</td>
8367
<td>Description</td>
@@ -86,7 +70,6 @@ It works well enough but I am planning an upgrade to a web assembly application
8670
<td><img src="images/css.png" width="100" height="100" style="border-radius:50%"/></td>
8771
<td>Utilized css for basic styling of the user interface for the time tracking aspect of the application</td>
8872
</tr>
89-
<tr><\tr>
9073
<tr>
9174
<td>Google calendar</td>
9275
<td>Description</td>

0 commit comments

Comments
 (0)