Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project #25

Merged
merged 4 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@
"connector": {
"name": "local",
"options": {
"pattern": ["**", "!.git/**", "!node_modules/**"]
"pattern": [
"**",
"!.git/**",
"!node_modules/**"
]
}
},
"extends": ["development"],
"formatters": ["stylish"],
"extends": [
"development"
],
"formatters": [
"stylish"
],
"hints": [
"button-type",
"disown-opener",
"html-checker",
// "html-checker",
"meta-charset-utf-8",
"meta-viewport",
"no-inline-styles:error"
]
}
}
Binary file added assets/astroboyReloaded_CV.pdf
Binary file not shown.
30 changes: 15 additions & 15 deletions db.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,35 @@ const data = [
'images/projects/tecate-supremo-website/tecate-supremo-website-screenshot2.png',
imageAlt: 'Screenshoot of the performers section rendered with JavaScript',
title: 'Music Festival Website',
tech: ['HTML/CSS', 'Ruby on Rails', 'JavaScript'],
tech: ['HTML/CSS', 'JavaScript'],
description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi. Ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.',
'Demo website inspired on the famous music festival "Tecate Supremo 2023". The design of the site is a Cindy Shin GUI & Graphic Designer creation (riginal template available in the repository\'s README.md). This project aims to show my skills on building a simple but light, fast, and easy to maintain website with basic technologies. With a fully responsive design and key features like dynamic rendering and transitions, this is a little taste of what your website could look like if made by me. You can also find my "Portfolio (this website)" repo in my Github.',
liveLink: 'https://astroboyreloaded.github.io/Music-Festival-Website/',
sourceLink: 'https://github.com/astroboyReloaded/Music-Festival-Website',
},
{
gridArea: 'p2',
tabIndex: '9',
imageURL: 'images/projects/Project2.jpg',
imageAlt: 'Temporary project image.',
title: 'Project name goes here',
tech: ['HTML/CSS', 'Ruby on Rails', 'JavaScript'],
imageURL: 'images/projects/trade-assist-app/trade-assisi-screenshoot2.png',
imageAlt: 'TradeAssist, manage your risk with surgeon-like precision.',
title: 'TradeAssist',
tech: ['HTML/CSS', 'JavaScript'],
description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.\bUt aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.',
liveLink: '#',
sourceLink: '#',
'This project is an original design of mine, and it is an App that I actually use on a daily basis. It\'s purpose is to help traders calculate and manage they risk during financial market trades. The project shows my JavaScipt, OOP and Functional Programming skills when it comes to building an app; I deliberately not use any library or framework for this purpose. The app uses the Local Storagefor the DB, and manages shared state across the app. You can save your calculated possitions, reload them, and keep your current balance and risk percentage in memory for future calculations. Additionally, you can copy and paste the values to easily place a position in your favorite App. The project is a work in progress, and currently you will see the most updated version under testing. This project was my first app ever bult 2 months into my programing journey when I first started learning HTML, SCC and JavaScript (today I can\'t beleive that code even worked :D! Original code at: https://github.com/astroboyReloaded/Trade-Assistant/tree/master?tab=readme-ov-file ); I started refactoring this project at the beginning of this year, exactly two years after I learned my first line of code. A React version of this project is the planning, but this one continues to serve a purpose.',
liveLink: 'https://tradeassist2.netlify.app/',
sourceLink: 'https://github.com/astroboyReloaded/Trade-Assistant',
},
{
gridArea: 'p3',
tabIndex: '10',
imageURL: 'images/projects/Project3.jpg',
imageURL: 'images/projects/coin-stats/coin-stats1.png',
imageAlt: 'Temporary project image.',
title: 'Project name goes here',
tech: ['HTML/CSS', 'Ruby on Rails', 'JavaScript'],
title: 'CoinStats',
tech: ['React/Redux', 'Linters', 'Jest-Dom'],
description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.\bUt aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.',
liveLink: '#',
sourceLink: '#',
' CoinStats is a psudo-replica of the CoinGecko website/app and uses CoinGecko\'s Api to feed data. The purpose of this project is to show my React/Redux skills up untill the moment of creation. The project aims to integrate "D3.js" and "Websockets". The truth is I just wnat to show some skills with this, but I also want to show my interest in the crypto-tech field.',
liveLink: 'https://coinstats-nd4q.onrender.com/',
sourceLink: 'https://github.com/astroboyReloaded/CoinStats',
},
{
gridArea: 'p4',
Expand Down
Binary file added images/projects/coin-stats/coin-stats1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading