Skip to content

Contains all projects built to gain practical skills in JavaScript, HTML, CSS, and React.

License

Notifications You must be signed in to change notification settings

sandramsc/techfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

techfolio

Description

This repository showcases the projects that have been instrumental in helping me gain fundamental practical programming knowledge in JavaScript, HTML, CSS, and React. Each of these projects has provided unique insights and learning experiences that have contributed to my growth as a developer since March 2020 - Dec 2022. Below, is a detailed overview of each folder along with links to the project, key takeaways, and skills acquired.

Table of Contents

Table of Contents

🛠️ Languages and Tools :

React  CSS  HTML  JavaScript  Firebase  MySQL  MongoDB  NodeJS  Git

Projects

  1. Andy-Mineo-Music
  • Description Built a landing page to showcase a musicians art and albums. The concept was inspired by Apple website.
  • Key Takeaway: understanding how to create a responsive navigation menu, implementing smooth scrolling for anchor links, and handling responsive behavior based on window resizing.
  1. Berlin-Through-Your-Eyes
  • Description The project focuses on creating a responsive and visually appealing login page for a website.
  • Key Takeaway: understanding how to create a layout that is divided into distinct sections, offering a clear separation between a login form and the showcase content.
  1. Book-Collection
  • Description I created a book collection app that enables users to add , edit and delete items (books) in their collection.
  • Key Takeaway: Clear call-to-action buttons and an engaging showcase can encourage users to take desired actions such as those outlined in the description.
  1. Bookmarker-app
  • Description I created a book marker app where users can book mark their favorite site by entering i.e the site name and site url.
  • Key Takeaway: learning how to utilize the browser's localStorage API to store and retrieve bookmarks. By checking whether the bookmarks already exist in local storage, one prevent overwriting existing data. This approach enables persistent data storage even after page refreshes.
  1. CSS-GridLayout-ImageSpan
  • Description This CSS Grid Layout ImageSpan landing page is a visually appealing and responsive webpage that utilizes CSS Grid to create a dynamic layout for showcasing images.
  • Key Takeaway: This project reinforces the concept of CSS Grid and its ability to create complex layouts with ease. The grid-template-columns property is used to create a responsive grid, while grid-column is utilized to span images across multiple columns for an artistic effect.
  1. DeTektVibes
  • Description This web app contains a simple dashboard with a panel on the left with a button, when clicked on navigates to the location that is saturated with earthquakes.
  • Key Takeaway: I learned how to integrate and utilize the OpenLayers library to create interactive maps, enabling smooth user interactions and dynamic data visualization. Through the USGS earthquake data API, I acquired hands-on experience in fetching and displaying real-time geospatial data within the map interface.
  1. EarthquakeDataViz--Python-Folium
  • Description Earthquake magnitude data displayed on an interactive map with simple pop up feature, designed with folium, a python library that makes it easy to visualize data that's been handled in Python on an interactive leaflet map
  • Key Takeaway: gained practical experience in working with geospatial data, integrating APIs and creating interactive maps.
  1. Expanding-Pearl--CSS-work
  • Description This CSS animation creates an engaging visual effect of an expanding circle.
  • Key Takeaway: through this project, I learned how to use CSS animations and keyframes to create captivating visual effects. The animation property, combined with keyframes, allowed me to smoothly transition between different states of the circle's size and opacity.
  1. Fetch-API-SpaceX
  • Description The Fetch API SpaceX application demonstrates the utilization of the Fetch API to retrieve data from various sources and display it dynamically on a web page.
  • Key Takeaway: fetching data using the Fetch API provides a powerful mechanism to retrieve and interact with external resources asynchronously within a web application.
  1. FilterableList-CitiesInEU
  • Description A web application that uses the Fetch API to dynamically filter and display cities based on user input.
  • Key Takeaway: gained practical knowledge in working with the Fetch API, event handling, DOM manipulation.
  1. Folium-Web-App-Earthquake-Data-Vizualiser
  • Description This application was created with earthquake data from USGS and its main feature is to display a visual representation of all earthquakes happening in the world in the past day, while amplifying the magnitude of those earthquakes with a filled in circular pink ring.
  • Key Takeaway: gained experience in processing JSON data and transforming it into a pandas DataFrame for analysis. Learned how to retrieve data from an external API (USGS Earthquake API) using Python.
  1. food-ingredients-app
  • Description This web app enables users to enter a list of items & view locations at which these items can be purchased.
  • Key Takeaway: I learned how to create a navigation header in a React application (this was my very first into to react.js). I gained experience in structuring a functional React component that encapsulates the header's content and functionality.
  1. FrontendMentorChallenge-signup-form
  • Description This was initially a programming challenge received as part of a job application in 2021, however re-implemented it more than a year later because I had enjoyed the challenge. THe challenge was to build out a sign-up form complete with client-side validation using JavaScript and make it look as identical to the provided image as possible.
  • Key Takeaway: The form has an email input which required validation, and through this I learned about using regex implementation with JavaScript.
  1. Hair-Products-Search-app
  • Description This project showcases the development of a dynamic search interface using JavaScript's fetch function and HTML manipulation.
  • Key Takeaway: gained practical experience in fetching external data, filtering and manipulating arrays, dynamically generating HTML content, and enhancing user interaction.
  1. Hogwarts-Students-Search-app
  • Description This project showcases the development of a dynamic search interface using JavaScript's fetch function and HTML manipulation.
  • Key Takeaway: gained practical experience in fetching external data, filtering and manipulating arrays, dynamically generating HTML content, and enhancing user interaction.
  1. Image-Slider
  • Description this is an image carousel using jQuery, showcasing a dynamic way to display and navigate through a collection of images.
  • Key Takeaway: through this project, I gained initial skills in using jQuery, a popular JavaScript library, to manipulate the Document Object Model (DOM) and create interactive web elements.
  1. JS-Array-Methods-Cars
  • Description In this project, I explored data analysis and manipulation techniques using JavaScript. The project involves an array of car data containing information about car names, assembly locations, start and end years.
  • Key Takeaway: by combining these array methods, I was able to perform data transformations and gain practical experience in data analysis using JavaScript.
  1. JS-Array-Methods-NBA
  • Description In this project, I explored data analysis and manipulation techniques using JavaScript. The project involves an array of NBA teams data containing information about team names, divisions, wins and losses.
  • Key Takeaway: By combining these array methods, I was able to perform data transformations and gain practical experience in data analysis using JavaScript.
  1. Lecrae-Music
  • Description This web app showcases an artists website. It encompasses a visually appealing and responsive design, highlighting the artists music, books, videos, and merchandise.
  • Key Takeaway: this project has provided me with hands-on experience in combining HTML, CSS, and JavaScript to create an engaging and responsive web page.
  1. Lionel-Messi-The-G.O.A.T
  • Description In this project, I implemented a creative showcase hover effect using CSS. The core of this project is the showcase hover effect, which dynamically alters the appearance of a content block when hovered over.
  • Key Takeaway: by studying and building upon this project, I gained insights into the world of advanced CSS techniques.
  1. Model-Portfolio
  • Description This project involves building a slideshow carousel using JavaScript for automatic transitioning between slides.
  • Key Takeaway: I gained a deeper understanding of JavaScript, DOM manipulation, and event-driven programming.
  1. My-Site
  • Description This project involves building a personal portfolio website
  • Key Takeaway: through this project, I gained valuable insights into HTML and CSS for creating a visually appealing online presence.
  1. OOP_Golden-State-Worriors
  • Description This project demonstrates the utilization of JavaScript object literals and functions to create i.e profiles of basketball players from the Golden State Warriors.
  • Key Takeaway: I gained practical experience in creating and utilizing JavaScript object literals, defining methods, accessing properties, and leveraging the principles of code organization and reusability
  1. OOP_HandM-products
  • Description This project focuses on creating a series of JavaScript objects to represent i.e different fashion products, extracting information like name, price, and color.
  • Key Takeaway: by working with these objects and implementing methods to summarize and display their details, I gained valuable insights into object-oriented programming and data manipulation.
  1. PDF-Viewer
  • Description The application allows users to view a PDF document and navigate through its pages using simple controls.
  • Key Takeaway: through this project, I gained valuable insights into rendering PDF documents in a web environment using JavaScript.
  1. periodictable
  • Description A web application that is build using vue.js to showcase a list of items i.e periodic table of elements
  • Key Takeaway: gained practical knowledge in working with vue.js to create a CRUD app.
  1. Photography-Landing-page
  • Description In this project, I focused on styling a landing page using HTML and CSS.
  • Key Takeaway: the utilization of media queries, flexbox, color manipulation, and typography improvements are fundamental skills aquired inn this project.
  1. reactredux
  • Description This project focuses on building a React component to display a list of posts, powered by Redux for state management.
  • Key Takeaway: I learned how to integrate Redux into a React application for efficient state management.
  1. She-Is..
  • Description In this project, I designed and coded a typewriter effect component using ES6 class syntax.
  • Key Takeaway: gained skills in utilizing the ES6 class syntax to create the TypeWriter class, which encapsulates the behavior of the typewriter effect. This approach demonstrates object-oriented programming principles in JavaScript.
  1. ShoppingList-app
  • Description This project focused on building an interactive shopping list web application using JavaScript and DOM manipulation.
  • Key Takeaway: by completing this project, I strengthened my understanding of JavaScript, DOM manipulation.
  1. storefront
  • Description Storefront a web application with newsletter subscription form.
  • Key Takeaway: this project deepened my understanding of React's component-based development, UI composition, and the integration of various elements to create a functional and aesthetically pleasing user interface for an e-commerce website's home page.
  1. Survey-Form
  • Description An interactive survey form using HTML and CSS.
  • Key Takeaway: I learned how to structure an HTML form using various form elements such as text inputs, email inputs, number inputs, radio buttons, checkboxes, and text areas. Each element serves a specific purpose in collecting different types of user data.
  1. TinDog
  • Description a website for dogs to meet their "whoofmates" with a focus on Bootstrap5 styling.
  • Key Takeaway: by working on this project, I gained skills to create a visually appealing and responsive website that provide a consistent user experience across a wide range of devices and screen sizes.
  1. US-President-Search-app
  • Description In this project, I built a Presidential Search App that demonstrates the utilization of asynchronous data fetching, user interface interaction, and dynamic content rendering. The application fetches data from a JSON file containing information about presidents and provides a responsive interface for users to search and filter the presidents' details based on their names or numbers.
  • Key Takeaway: building this app added to foundational knowledge to work with data, implement user-friendly features, and create responsive web interfaces using JavaScript, HTML, and CSS.
  1. Water-Droplet--CSS-work
  • Description This project focuses on creating an eye-catching animation of a water droplet using HTML and CSS.
  • Key Takeaway: by working on this project, I developed a stronger grasp of these fundamental CSS concepts and techniques.
  1. Zealands-landing-page
  • Description In this project, I created an interactive landing page with tabbed content feature using HTML, CSS, and JavaScript. The goal was to build a user-friendly interface that allows users to switch between different sections of content by clicking on tabs.
  • Key Takeaway: gained valuable practical knowledge in JavaScript, HTML, and CSS. I developed skills in manipulating the DOM, handling user interactions.

How to use the app

Step #1 - Clone the project

$ git clone https://github.com/sandramsc/new.git

Step #2

Navigate to desired project repository and follow the respective README.md to use that project

License

GitLicense

About

Contains all projects built to gain practical skills in JavaScript, HTML, CSS, and React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published