Rodrigo Pontes software projects

My name is Rodrigo and here I list some of my software development projects.

Aside from these listed projects, I completed freeCodeCamp Front End certificate.
Here you can see my path at freeCodeCamp so far: freecodecamp.com/deltasoneca
Here my fcc projects (keep in mind that they were built during my learning experience and I didn't review the code): codepen.io/deltasoneca
Here you can learn more about my past professional experiences (first social sector, then startup marketing): linkedin.com/in/rodrigohgpontes

contact: rodrigohgpontes at gmail.

Project Description

Dediddo is a SPA that is a minimal sales tool. Dediddo is a to-do list for sales. Its system (detail-did-do) makes it clear what you have to do next, giving enough context for you to do it well.

Technology

Meteor
MongoDB
React
Hosted at Heroku

Show How You Gifeel (web)

Show How You Gifeel screenshot
Project Description

Show How You Gifeel implementation as a simple website that shows animated Gifs upon a keyword search. It uses the same React Native components (ListView) of the mobile project, but API connection is made through Axios.

Technology

NodeJS
React Native
Webpack/Babel/Axios
Developed and hosted at Glitch

Show How You Gifeel (mobile)

Show How You Gifeel screenshot
Project Description

Another Show How You Gifeel implementation as a mobile app that shows animated Gifs upon a keyword search. It calls Giphy API through GraphQLhub. I did not create the APK or IPA, but it is functional, the code runs in development mode.

Technology

NodeJS
React Native
Relay
GraphQL

Bolton the bossy blob bot

Bolton screenshot
Project Description

Bolton is a Facebook Messenger bot to help the users stick to their personal development goals. The user share what they are pursuing and, at a user defined frequency, the bot checks how the progress to achieve the resolution is going.

Technology

NodeJS
ExpressJS
Facebook Messenger Platform
Developed and hosted at Glitch

Project Description

PersonalDev is a Glitch web app for tracking personal development goals. You set your goals, describe your initial state, desired state and adjust how close you are to achieving it leaving notes about your progress.

Technology

NodeJS
ExpressJS
JQuery
Sequelize/SQLite
Developed and hosted at Glitch

HN comments - UI experiment

hacker news UI experiment screenshot
Project Description

A simple website connected to Hacker News Algolia's API. It is an experiment to implement a new way of reading comment threads.

Technology

NodeJS
React
Webpack/Babel/Axios
Developed and hosted at Glitch

Hacker News Best Comments

hackers new best comments screenshot
Project Description

Another simple website piped to Algolia's HN Search API that randomly shows a HN comment among the most upvoted comments of all time.
Basically a time sinking.

Technology

Javascript
JQuery
HTML
CSS

opusnota

opusnota screenshot
Project Description

Opusnota is a prototype of a social network website where users would create and upvote their own opinions about a particular topic.
It is functional, but right now it is probably empty, as I ocasionally delete all comments.

Technology

Javascript
JQuery
HTML
CSS

Git Tutorials

Git tutorial screenshot
Project Description

A simple static website that lists the most popular tutorials available at Github categorized by language.
As Github's API has a low access limit, I "fake" the API calls creating hard-coded json files with the search results.

Technology

Javascript
JQuery
HTML
CSS