Eric de Oliveira Souza's repositories
angular-products-crud
CRUD/UI system developed in Angular9 using json-server and angular-material. This app has been deployed using Firebase (firebase.google.com).
dropbox-ui-clone
User Interface based on Dropbox, developed in React/Typescript using CSS Clip effect. This app was developed only for recreational and training purposes, it has been deployed using Netlify (www.netlify.com).
linkedin-ui-clone
User Interface based on LinkedIn, developed in React/Typescript using Shimmer loading effect. This app was developed only for recreational and training purposes, it has been deployed using Netlify (www.netlify.com).
marvel-data-visualization
An app made to display Marvel's comics, characters and other properties, developed mainly in ReactJS using Marvel Developer Portal's API (developer.marvel.com/docs). This app was developed only for recreational and training purposes, not being official in any way, it has been deployed using Netlify (www.netlify.com).
snake-game
Classic snake game, which was originated in the 1976 arcade game "Blockade", clone (only works on PC). This app was deployed using Netlify (www.netlify.com).
django-rest-crud
Rest API CRUD developed in Django REST using PostgreSQL local database. This API enables CRUD operations in configured url: "localhost:8000/api/employee".
django-schedule
Schedule app developed using Python (Django) and SQLite database.
industrial-assets-showcase
App developed in React/Typescript to show Tractian's test API data as a Front End Software Engineering test. This app has been deployed using Heroku.
jwt-express-auth
User authentication system developed in Node (Nest/Express/Typescript) with TypeORM, PostgreSQL and JSON Web Token. Password hash encryption made using bcryptjs.
meteor-password-auth
Authentication system created using Meteor with React. Meteor's accounts configuration allows users and passwords to be created, updated and authenticated using its MongoDB integrated connection (port 27017). This app was made for training purposes and no data stored in the system will be used.
nestJS-crud
CRUD system developed in Node (Nest/Typescript). Data is stored only in memory.
nestJS-postgres
CRUD system developed in Node (Nest/Typescript) with TypeORM and PostgreSQL database.
personal-blog
A blog to display information about me, developed using Python's web framework, Django. This app has been deployed using PythonAnywhere.
word-counter
An algorithm, developed in C++, that receives a string as input and counts the frequecy of its words in alphabetical order. This system was developed as a Object Oriented Programming subject exercise (UFMG).