Archo21
Front End Web Developer utilizing HTML, React Js , AWS, Node Js, MongoDB, SQL CSS, and JavaScript.
Everett WA, 98208
Pinned Repositories
Archils-Portfolio
Portfolio to showcase description of work experiences, skills, educations, projects with demo images and reference links, programming profiles across all platforms .
Book-Search-Engine
This app converts a fully functioning Google Books API search engine built with a RESTful API into a GraphQL API built with Apollo Server. Uses the MERN stack, with a React front end, MongoDB database, and Node.js/Express.js server and API
Code-Refactor
This project's purpose was to refactor a webpage so that the links are function, CSS selectors/properties are consolidated and sematic and to optimize the code for search engines.code of the original index.html and style.css files
code_quiz
These assessments are typically a combination of multiple-choice questions and interactive challenges. your challenge is to build a code quiz with multiple-choice questions.
E-commerceBackEnd
This application used Express.js API and Sequelize to interact with a MySQL database. This application displays creation of database using mySQL with models and associations. Then demonstrates the API Routes to perform RESTful CRUD operations
Employee-Management-System
Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. Often these interfaces are known as Content Management Systems. In this mission, I architected and built a solution for managing a company's employees using node, inquirer, and MySQL.
GOOD-README-GENERATOR
This is a command-line application that runs with Node.js that dynamically generates a README.md file based on input about your project.
GroupProject1
This Inter Actor application helps users find movies that 2 or more actors, directors, or producers have made together. In this application users are able to create a profile, and create a favorites list containing movies that they would like to see.
MVC-Tech-Blog
A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well. built with: Node.js Express.js JavaScript Sequelize Bcrypt Handlebars.js MVC MySQL Express Session.
Note-Taker
This is application that can be used to write, save, and delete notes. This application uses an express backend and save and retrieve note data from a JSON file.
Archo21's Repositories
Archo21/Employee-Management-System
Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. Often these interfaces are known as Content Management Systems. In this mission, I architected and built a solution for managing a company's employees using node, inquirer, and MySQL.
Archo21/Archils-Portfolio
Portfolio to showcase description of work experiences, skills, educations, projects with demo images and reference links, programming profiles across all platforms .
Archo21/Book-Search-Engine
This app converts a fully functioning Google Books API search engine built with a RESTful API into a GraphQL API built with Apollo Server. Uses the MERN stack, with a React front end, MongoDB database, and Node.js/Express.js server and API
Archo21/Code-Refactor
This project's purpose was to refactor a webpage so that the links are function, CSS selectors/properties are consolidated and sematic and to optimize the code for search engines.code of the original index.html and style.css files
Archo21/code_quiz
These assessments are typically a combination of multiple-choice questions and interactive challenges. your challenge is to build a code quiz with multiple-choice questions.
Archo21/E-commerceBackEnd
This application used Express.js API and Sequelize to interact with a MySQL database. This application displays creation of database using mySQL with models and associations. Then demonstrates the API Routes to perform RESTful CRUD operations
Archo21/GOOD-README-GENERATOR
This is a command-line application that runs with Node.js that dynamically generates a README.md file based on input about your project.
Archo21/GroupProject1
This Inter Actor application helps users find movies that 2 or more actors, directors, or producers have made together. In this application users are able to create a profile, and create a favorites list containing movies that they would like to see.
Archo21/MVC-Tech-Blog
A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well. built with: Node.js Express.js JavaScript Sequelize Bcrypt Handlebars.js MVC MySQL Express Session.
Archo21/Note-Taker
This is application that can be used to write, save, and delete notes. This application uses an express backend and save and retrieve note data from a JSON file.
Archo21/Password-generator
This application that enables employees to generate random passwords based on criteria that they’ve selected. This app will run in the browser and will feature dynamically updated HTML and CSS powered by JavaScript code that you write. It will have a clean and polished, responsive user interface that adapts to multiple screen sizes.
Archo21/portfolio-Archils
This portfolio allows me to showcase samples of work I have done which serves as a digital resume and proof the skills that have in my resume.
Archo21/Regex-Tutorial
A Regex is a sequence of characters that defines a specific search pattern. When included in code or search algorithms, regular expressions can be used to find certain patterns of characters within a string, or to find and replace a character or sequence of characters within a string.
Archo21/Team-Profile-Generator
This application was created using Object-Oriented Programming concepts, namely using classes and constructors to create "team" objects based on information entered by the user. The app is run using Node.js, and uses the "Inquirer" and "FS" node modules. Files for different objects are also stored in separate .js files and passed among one another using module.exports and require.
Archo21/Updated-Portfolio
This portfolio allows me to showcase samples of work I have done which serves as a digital resume and proof the skills that have in my resume.
Archo21/Weather-Dashboard-
Weather-Dashboard is an application to find a weather condition of a given city both the current and 5-Days forecast at the same time. The server-side API used to get response data object is retrieved from the Open Weather APi.
Archo21/workDayScheduler
This work show the daily planner schedule with timeblocks for stanadard business hours Current day is display at the top of the calender Timeblocks is color coded to indicate whether its in past, prensent and future The save button on click and they are saved at the local storage
Archo21/Workout-Tracker
As a user, I want to be able to view create and track daily workouts. I want to be able to log multiple exercises in a workout on a given day. I should also be able to track the name, type, weight, sets, reps, and duration of exercise. If the exercise is a cardio exercise, I should be able to track my distance traveled.