Skip to content

Commit 0b3dd4e

Browse files
Jon ChristieJon Christie
authored andcommitted
updated projects-added react native expense tracker
1 parent 51139cf commit 0b3dd4e

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

.DS_Store

2 KB
Binary file not shown.

src/assets/img/et.png

48.6 KB
Loading

src/assets/img/expensetracker.png

1.32 MB
Loading

src/data/headerData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import resume from '../assets/pdf/Jon_Christie_Web_Developer_Resume.pdf';
33
export const headerData = {
44
name: 'Jon Christie',
55
title: "Welcome! My name is",
6-
description: "React and React Native Developer with Full Stack Experience, Online Educator, Musician, and a Solid Asset for your next project or adventure! ",
6+
description: "React and React Native Developer with full stack experience, online educator, musician, and a solid asset for your next project or adventure! ",
77
description2: " ",
88
href2: "\" alt='jon christie headshot portfolio fullstack11235'\"><a>",
99
image: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/png/HEADSHOT_CIRCLE.png',

src/data/projectsData.js

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@ import one from '../assets/svg/projects/spb.png'
22
import tech from '../assets/svg/projects/pythonlog.svg'
33
import three from '../assets/svg/projects/mars.svg'
44
import scb from '../assets/svg/projects/scb.svg'
5-
import p2h from '../assets/svg/projects/p2h.svg'
5+
import etrn from '../assets/img/expensetracker.png'
66
import keys from '../assets/svg/projects/keys.png'
77
import gnco from '../assets/img/gnco.png'
88
import pytho from '../assets/svg/projects/python.png'
99

1010
export const projectsData = [
11-
1211
{
1312
id: 1,
13+
projectName: 'Expense Tracker',
14+
projectDesc: 'A React Native iOS/Android App to keep track of your expense (or anything else, like a to do list with deadlines). Includes navigation, authentication, and persistence of data.',
15+
tags: ['React', 'React Native', 'Javascript', 'Expo', 'CSS', 'Firebase' ],
16+
code: 'https://github.com/mathcodes/react-native-apps',
17+
demo: 'https://github.com/mathcodes/react-native-apps',
18+
image: etrn
19+
},
20+
{
21+
id: 2,
1422
projectName: 'Gladis & Co',
1523
projectDesc: 'Freelance gig to fix issues with website in wordpress. Used advanced Javascript methods and CSS selectors that could find a needle in a haystack to override the entire site.',
1624
tags: ['WordPress', 'GoDaddy', 'JS', 'CSS', 'HTML', 'server-side rendering', 'css selectors'],
@@ -19,7 +27,7 @@ export const projectsData = [
1927
image: gnco
2028
},
2129
{
22-
id: 2,
30+
id: 3,
2331
projectName: 'Super Pantry Buddy',
2432
projectDesc: 'Built with a team of three developers, this app uses the MERN stack to provide users with a responsive, customizable experience to search and save recipes by entering in any number of ingredients.',
2533
tags: ['MERN', 'ORM', 'OAuth', 'Jest', 'Bulma'],
@@ -28,7 +36,7 @@ export const projectsData = [
2836
image: one
2937
},
3038
{
31-
id: 3,
39+
id: 4,
3240
projectName: 'A Python Log',
3341
projectDesc: 'A full stack website with blog, using Python to run the backend, and allowing users to post, share, and delete content. A user-centric and mobile-friendly design adds functionality and a responsive UI.',
3442
tags: ['Python', 'CSS', 'HTML', 'JS', 'Django', 'Tkinter', 'JSON', 'Illustrator', 'CRUD'],
@@ -37,7 +45,7 @@ export const projectsData = [
3745
image: tech
3846
},
3947
{
40-
id: 4,
48+
id: 5,
4149
projectName: 'Mars Project',
4250
projectDesc: 'Weather forecast systems and applications predict weather conditions based on multiple parameters.',
4351
tags: ['Node', 'Express', 'Handlebars', 'ChartJS', 'MySQL', 'Sequelize', 'ORM', 'API'],
@@ -46,7 +54,7 @@ export const projectsData = [
4654
image: three
4755
},
4856
{
49-
id: 5,
57+
id: 6,
5058
projectName: 'A Collection of Python Projects',
5159
projectDesc: 'This is a collection of Python projects that I have created. Each project is a live application that I have built using the Python and other technologies listed below. Most focus on either the fundamentals of Python as well as mroe advanced programs inmplementing machine learning, AI, data structures, and algorithms.',
5260
tags: ['Python', 'Flask', 'Django', 'Selenium', 'PyNum', 'Sequelize', 'ORM', 'API'],
@@ -55,23 +63,14 @@ export const projectsData = [
5563
image: pytho
5664
},
5765
{
58-
id: 6,
66+
id: 7,
5967
projectName: 'Sweet Clover Barn',
6068
projectDesc: ' Met clients at Farmer’s Market, and now their site is modern, responsive, and handling online payments in a beautiful eCommerce site that doubles as a community-based, event-scheduling platform and blog.',
6169
tags: ['CSS', 'HTML', 'JS', 'Squarespace', 'Adobe Illustrator'],
6270
code: 'www.sweetcloverbarn.com',
6371
demo: 'www.sweetcloverbarn.com',
6472
image: scb
6573
},
66-
{
67-
id: 7,
68-
projectName: 'Pick2Hand',
69-
projectDesc: 'This react-based 2d platformer was something I created as a solo project. Three levels, new JS not covered in bootcamp, a Firebase DB to store top scores for users, animations and functional controls made this a A GREAT learning experience and simply a FUN game!!!',
70-
tags: ['React', 'Sass', 'Babel', 'Firebase', 'CSS Animations'],
71-
code: 'https://github.com/mathcodes/pick2hand/',
72-
demo: 'https://mathcodes.github.io/pick2hand/',
73-
image: p2h
74-
},
7574
{
7675
id: 8,
7776
projectName: 'Pro Typer',

0 commit comments

Comments
 (0)