edpadua
Front End Developer - HTML, CSS, JavaScript, TypeScript, ReactJS, Redux, JQuery, Bootstrap, Next.js, Tailwind CSS, REST API, Wordpress
São José dos Campos SP
Pinned Repositories
Authentication
This project consists of a user registration form with name, email, password and confirmed password fields. . When clicking on the register button, each field is validated according to the expected data type, if valid the data is inserted into the simulated API created for this test.
Dictionary
This project consists of a dictionary developed in ReactJS with a list of English words, in which the user types the desired word and it shows the meanings and pronunciation. It is possible to listen to an audio with the pronunciation of each word.
FilmesLista
This project is a movies repository that show a list of the top movies and list of movies from a search, we can see the main details about all the productions, such as story, language and trailers. It consumes the API TMDB
LOTR
This project is a system developed with the ReactJS library that shows the list of characters from the books and movies of the fantasy series Lord of the Rings with data provided by the API "The One API".
NotesInTime
This project consists of an annotation registration system. The user types the text in the input field and can also insert an image in the note by a button next to this field and then saves the note and it is shown in a list. Each note has the text, the image, if this has been inserted, in addition to recording the date and time of the moment it is
PorPerto
This App shows a list of restaurants close to a location on Google Maps and the main information of each place. When user drags the map, the restaurant list is updated.
Quiz
This is a Quiz game developed in React based on the list of questions from the Open Trivia Database API
Receitas
This project shows a list of recipes with main information and ingredients, based on the keyword searched by the user. This list of recipes is consumed from the Edaman REST API.
ShoppingCart
This project consists of an ecommerce product list and a shopping cart that records additional products and the total purchase price. Products are obtained via the REST API Dummy JSON
Store
This project consists of a part of the functionalities of a virtual store, more specifically, list of products, categories and shopping cart.
edpadua's Repositories
edpadua/Expenses
This project is an expense tracking system. From a list of expenses (expenses) and from another list of revenues (earnings) the balance sheet value is calculated, which can be negative or positive. The user can add each expense and each gain and a separate list with the sum of all items is shown below and at the end the total balance is presented.
edpadua/ShoppingCart
This project consists of an ecommerce product list and a shopping cart that records additional products and the total purchase price. Products are obtained via the REST API Dummy JSON
edpadua/Authentication
This project consists of a user registration form with name, email, password and confirmed password fields. . When clicking on the register button, each field is validated according to the expected data type, if valid the data is inserted into the simulated API created for this test.
edpadua/Dictionary
This project consists of a dictionary developed in ReactJS with a list of English words, in which the user types the desired word and it shows the meanings and pronunciation. It is possible to listen to an audio with the pronunciation of each word.
edpadua/LOTR
This project is a system developed with the ReactJS library that shows the list of characters from the books and movies of the fantasy series Lord of the Rings with data provided by the API "The One API".
edpadua/ToDoList
This project is an implementation using the ToDoList react library, an application that lists activities to be performed and marks those that have already been done.
edpadua/4Matt
edpadua/BlogNext
edpadua/Codigos-Pascal
Some programming exercises from the introductory Computer Science course at university
edpadua/CountriesList
This project consists of an application that presents a list of flags of several countries, when clicking on each one of them, the user is directed to a page containing information such as population, spoken languages, capital, region and also the list of bordering countries. The list of countries is obtained from the Rest Countries API.
edpadua/edpadua
edpadua/edpadua.github.io
edpadua/Geopixel
Sistema compostos por três funcionalidades. Relógio exibindo a hora em tempo real, Manipulador de items e Bola tímida.
edpadua/Marvel
This project is a system developed with the ReactJS library that shows the list of characters from Marvel Comics with data provided by the API "Marvel API".
edpadua/MedicineControl
edpadua/MultStepForm
This project consists of a registration form of users divided into several steps. This form has four parts, in the first part the user informs the contact data, name, e-mail, password and password confirmation, in the second part academic data are informed, the university or school and the degree obtained, in the third part the user enters a text.
edpadua/NewsLetter
This project consists of a blog that lists the posts on its home page and allows you to read the content of each one by clicking. The main objective of this project was the development of a fullstack application, encompassing both the front end and the back end, using the Next.js framework.
edpadua/NextTest
edpadua/Previsao-do-Tempo
Application developed with the ReactJS library that returns weather information for a particular location chosen by the user. The API used is OpenWeatherMap. The User types the name of the city and information from the last record of temperature, humidity, wind speed and the weather.
edpadua/ProjectNext01
edpadua/ReactQueryEx
edpadua/ReactQueryTest
edpadua/Registration
edpadua/Registrations
This project is the front-end part of a form to register candidates for vacancies in the programming area. The candidate must fill in all the fields according to the expected format, if any of these fields are not filled in correctly, the system issues error messages informing exactly the problems and in which fields they occur. In addition to text
edpadua/Teste-front-end
edpadua/TestFront
edpadua/ToDo
https://to-do-rho-kohl.vercel.app/
edpadua/WorkAPI
Este projeto consiste em uma API REST com endpoints para as operações GET, POST, PUT e DELETE sobre as entidades Professionals, Companies e Positions. A API foi desenvolvida utilizando Node.JS com a ferramenta Express e persistência em um banco de dados MongoDB.
edpadua/WorkSpace
Este projeto consiste em um sistema de reserva de salas e espaços livres em uma empresa para profissionais utilizarem para reuniões, eventos ou mesmo como estação de trabalho.
edpadua/WorkSpaceAPI