☕ My projects ☕

The ToDo-List App

The ToDo-List-App is a small web application which allows the user to add and remove list items, mark existing items as done, and change the items list order.

github View code on Github
  • HTML
  • CSS
  • JavaScript
  • JQuery

The Pokémon App

The Pokémon App is a small web application which loads Pokémon data from an API, presents an overview and enables users to see some detailed information.

github View code on Github
  • JavaScript
  • HTML5
  • SCSS
  • JQuery
  • Ajax
  • Bootstrap

The Meet App

Meet is a serverless PWA with React using a TDD technique.
It accesses the Google Calendar API to fetch upcoming events and visualizes data using JS chart library.

github View code on Github
  • JavaScript
  • HTML
  • CSS
  • Puppeteer
  • Jest & Jest Cucumber
  • React
  • Atatus
  • Google API
  • AWS Lambda
  • Recharts

The Movies App

The Movies App uses React, Bootstrap and Redux to build the client-side for a movie application. It complements the REST API and database linked at the bottom of this page.

github View code on Github
  • MongoDB
  • Mongoose
  • Express
  • React
  • Redux
  • Node.js
  • Heroku
  • Parcel

The Angular App

The Angular App is a rebuilt of The Movies App using Angular and Angular Material. It also uses The RESTful API linked at the bottom of this page.

github View code on Github
  • Angular
  • Angular Material
  • TypeScript
  • MongoDB
  • Express
  • Node.js
  • TypeDoc

The Chat App

CozyChat is a React Native chat app for mobile devices.
It provides users with a chat interface and options to share images and the user's location.

github View code on Github
  • JavaScript
  • React Native
  • GiftedChat
  • Firebase
  • Expo

The RESTful API

This API is the server-side component for the above presented web applications THE MOVIES APP and THE ANGULAR APP.
The applications provide users with access to information about different movies, directors, and genres.
Users are enabled to sign up, update their personal information, and create a list of their favorite movies.

View code on Github
  • MERN stack: MongoDB | Express | React | Node.js
  • Mongoose