logo
Web Development
Web Design & Development Projects
view Linkedin profile View Linkedin Profile View on Github view Github profile contact email
Agenda:
I'm currently shifting to a software-development role, following a substantial career as an architect and lecturer. All self-taught (she-codes; and Udemy courses), I've acquired hands-on experience in frontend and full-stack development of web apps, focusing on MERN stack.
Skills:

JavaScript

ES6+

HTML5

CSS3

React

Redux

Node.js

Express

MongoDB

jQuery

Sass

Bootstrap

Meterial-UI

Git

Projects:
MYSENDER APP
A RESTful web app that allows business users to send feedback-surveys, featuring OAuth, payments (Stripe) and emailing (SendGrid). Frontend written in React, using React-router, Redux, Redux-form. Backend written in JS, hosted in Node.js and Express, data managed with MongoDB.
WEATHER WIDGET ACTIVITY APP
A responsive web app for weather forecasts by location. Search results return the current forecast and recommended outdoor activities. Front-end written in HTML, CSS & JavaScript (ES6+, jQuery). An express server running on Node.js handles HTTP requests to an api.
Snippets:
CARD GAME
Interactive memory card game, frontend written in HTML, CSS and vanilla JavaScript. JavaScript is used to shuffle cards and place them on the game board. Cards are flipped using CSS3 transforms and transitions.
THE USERS LIBRARY
A simple user library app built with React and Material UI, implementing CRUD operations. Data is provided via an Ajax request to an api and saved to local storage, state is managed by Redux.
TRADING APP
A single-page web application displaying latest trade rates and chart metal rates, fetching data with api calls. Frontend written in React, using routing, React-Boostrap and React-chart.js.