Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by filipamarta

A curated list of projects in awesome lists by filipamarta .

https://github.com/filipamarta/vidaloca-24h-hackathon-ac

A 24-hour hackathon project developed at Academia de Código with a randomly selected group of five people (Vitor Ferreira, Filipa Marta, Pedro Correia, Rui Luís e Nuno Correia). Our challenge was to make something inspired by Ricky Martin's song "Livin' La Vida Loca". In the end, we achieved an honorable second place. Our idea was to make an entertainment platform called "Vida Loca" that would enable its users to live a second life at any time of their choosing. However, they wouldn't be able to choose which second life they would get to live even for a brief night. There would be an implicit contract: "Come in, dare to try living on the edge, be someone else you always dreamt of being for one night, giving up control for that time.". The platform would deliver extreme events based on the user 's profile, generated during the user registration. Tech && Methodologies: Java, IntelliJ, Mac OS, Spring Web MVC, Maven, LEAN, Photoshop, Sketch, HTML, CSS, Javascript, Bootstrap

bootstrap css3 hackathon html5 javascript

Last synced: 14 Dec 2024

https://github.com/filipamarta/square-canvas-paint

A "game" where you can paint something you want in a squared canvas. It was made in Java 7 and with the help of simple graphics library.

java simple-graphics

Last synced: 14 Dec 2024

https://github.com/filipamarta/students-app-crud

I developed a responsive web application for an interview challenge, enabling the management of students and classes with features to add, delete, and edit entries (CRUD).

css-modules eslint formik localstorage material-ui react typescript vite yup

Last synced: 14 Dec 2024

https://github.com/filipamarta/nim-game

Nim is a game for 2 players. Given a heap of 13 matches, on every move, a player must take 1, 2 or 3 matches from the heap, until no matches are left. The player who draws the last match loses. There are many variations of the Nim game, this one is called misère game (on one row or heap).

design-system react styled-components testing-library typescript

Last synced: 14 Dec 2024

https://github.com/filipamarta/the-magic-number_terminal-java-game

Our idea was to make a simple JAVA game for play in the terminal with many players connected in a network. The player need to guess the number that the computer previous chooses. The game gives some clues to help the player. With a brainstorming, we decided what we were going to do and we set priorities. This project was developed in Java 7. Tech && Methodologies: Java, IntelliJ, Mac OS, Ant

java terminal-game

Last synced: 14 Dec 2024

https://github.com/filipamarta/rock-scissor-paper

Rock-Scissor-Paper game version in Javascript and Java7.

java javascript

Last synced: 14 Dec 2024

https://github.com/filipamarta/projects-app-fullstack

This projects-app with react was built by creating a server with Node, GraphQL and Prisma and the frontend side with React JS (with Context, Hooks and Router), Javascript ES6, UUID, Bootstrap and Apollo. The user can add, update and delete a project and can add and delete a task (each project can have many tasks). This is a Work In Progress project.

apollo bootstrap graphql javascript prisma react-context react-hooks react-router reactjs sass uuid

Last synced: 14 Dec 2024

https://github.com/filipamarta/app-native-finances

A React Native expo app experience using firebase as database to manage finances and login users.

crud expo javascript react-native

Last synced: 14 Dec 2024

https://github.com/filipamarta/pokemon-app

Learning Graphql and Apollo with React JS and pokemons.

apollo bootstrap graphql reactjs sass

Last synced: 14 Dec 2024

https://github.com/filipamarta/app-native-fav-places

A React Native expo app experience using native tools like camera, image-picker, location, database with SQL to create a list of favourite places in Lisbon.

Last synced: 14 Dec 2024

https://github.com/filipamarta/json-to-jackson-exercise

Jackson is a solid and mature JSON serialization/deserialization library for Java. The API used was: https://ipinfo.io/json

api deserialization-library jackson java json

Last synced: 14 Dec 2024

https://github.com/filipamarta/the-weather-station-app

This weather station react app was built by fetching OpenWeatherMap API data: current and 7 days forecast weather, both displayed by user geolocation. The user can also add and delete different cities (by country) to get the current weather, and they should be persisted. They should get feedback for all the operations that they execute.

axios bootstrap crud javascript localstorage openweathermap react-context react-hooks reactjs sass uuid

Last synced: 14 Dec 2024

https://github.com/filipamarta/ajax-simpsons-quotes

Get your quotes from Simpsons, just press the button. The API I used is: http://simpsons-quotes-api.herokuapp.com/.

ajax api axios javascript

Last synced: 14 Dec 2024

https://github.com/filipamarta/book-list-crud-redux

This is a small CRUD project with React JS and Redux, Hooks and SASS.

crud hooks reactjs redux sass

Last synced: 14 Dec 2024

https://github.com/filipamarta/currency-conversion

This is a small exercise about currency conversion while using an API (https://currencylayer.com/), where I use ajax with error handling.

ajax api javascript jquery

Last synced: 14 Dec 2024

https://github.com/filipamarta/simple-counter-redux

This is a small project with React JS and Redux. Try it, "How many times did you wash your hands today?".

javascript reactjs redux

Last synced: 14 Dec 2024

https://github.com/filipamarta/app-native-guess-number-game

A React Native expo app experience to play guess the number with the computer (the look&feel of the app change if the user is android or ios system).

expo javascript react-native

Last synced: 14 Dec 2024

https://github.com/filipamarta/shopping-list-react

React simple project with hooks, context, reducers and localStorage.

Last synced: 14 Dec 2024

https://github.com/filipamarta/random-color-button

A React exercise with a button that change colors. How do you feel today?

javascript reactjs

Last synced: 14 Dec 2024

https://github.com/filipamarta/app-native-meals

A React Native expo app experience to have a menu of meals and recipes.

expo javascript react-native

Last synced: 14 Dec 2024

https://github.com/filipamarta/notes-app

A React Notes app with CRUD implementation. The user can add, delete or edit a note, and they should be persisted in the browser's Local Storage.

axios bootstrap crud javascript localstorage react-context react-hooks reactjs sass uuid

Last synced: 14 Dec 2024

https://github.com/filipamarta/light-switch-redux

small project with React JS && Redux to turn ON/OFF the light. Give it a try!

reactjs redux

Last synced: 14 Dec 2024

https://github.com/filipamarta/memegenerator

A Meme Generator created with React and using API https://api.imgflip.com/get_memes

Last synced: 14 Dec 2024

https://github.com/filipamarta/api-with-ajax

In this project I use an API (a tomcat webapp) called javabank and manipulate that data through AJAX. It exchange data with a server (tomcat), and update parts of a responsive web page. I used HTML5, CSS3, Bootstrap, jQuery and Javascript. This project was made during the bootcamp at Academia de Código.

bootstrap crud css3 html5 java javascript jquery tomcat-webapp

Last synced: 14 Dec 2024

https://github.com/filipamarta/express-validator-with-post-put-get

Small project with Express JS and Validator with GET / PUT / POST http requests. This application provides a simple API for user management.

expressjs mysql nodejs

Last synced: 14 Dec 2024

https://github.com/filipamarta/filipamarta-nextjs

WORKING IN PROGRESS on my website and, deployed on vercel

css eslint framer-motion html5 nextjs react typescript vercel

Last synced: 23 Nov 2024

https://github.com/filipamarta/minta-2024

Minta & The Brook Trout is a Portuguese band. I designed and developed their website, initially using WordPress. However, after experiencing issues with the theme, I decided to rebuild it with Vite, JavaScript, HTML, and CSS, with animations powered by Motion.

css html javascript motion vite

Last synced: 25 Nov 2024