The Scaled Flow Meetup app demonstrates full stack programing using the MERN stack which includes React, Express.js, MongoDB, Node.js. The app also demonstrates the use of CORS as well as a number of Node.js packages. The app is currently hosted on Heroku for the backed and Firebase for the front end. For demonstration purposes, the app will also be hosted on AWS in the future.
This app allows users to easily add meetup locations which are automatically mapped using the Google GEO and Map API's. Data is persisted using MongoDB. Images currently can be uploaded but are lost after 30 min since it is hosted on Heroku's free service. This will be fixed after moving to AWS.
The Portfolio Builder uses React, Node.JS, Express.js, JavaScript and CSS Grid. The app is currently hosted on Firebase but will be moved to AWS in the future and will use the full MERN stack and a number of stock and crypto related API's.
This app is a component of what will be a much larger stock tracking app that I am currently working on as time permits. My reason for building this app is traditional segmentation of stocks no longer make sense (to me anyway) since all companies are essentially technology companies these days. More to come!
The Weather Dashboard uses Bootstrap, HTML, CSS, Javascript and jQuery. The site also demonstrates the used of the OpenWeather API for up to day weather information. Cities searched are save to local storage, so they automatically appear in the next user session.
The Employee Summary app uses Bootstrap, HTML, CSS, Javascript, Node.js, and JEST for testing. The site allows a user to enter employee information via the CLI, which automatically generates an HTML file for displaying the data.
The Note Taker App uses HTML, CSS, Bootstrap, Javascript, Node.js and Express. The site is hosted on Heroku.
The Work Day Planner uses Bootstrap, HTML, CSS, Javascript, and Jquery. The site allows users to enter a set of tasks to be performed throughout the day. It also color codes tasks that are in the future, present and past.