siennameow
Exceptionally creative and dependable entry Level Web Developer with a superb work ethic. Highly adept at conveying complex technical information.
San Francisco Bay Area
Pinned Repositories
Code-Quiz
This JavaScript Code Quiz challenge has 8 questions total and they’re all multiple choice. Upon completion, you will receive a score. By submitting your initial, your score will be added to a Highscore record. The Highscore board allows you to track your personal scores and display the top 5 scores yo have.
e-commerce-backend
This app is the backend portion of an E-Commerce website. Express.js was used for the server and MySQL for the database along with Sequelize as the ORM to run SQL models and queries. The SQL database includes tables for products, categories, tags, and product tags. RESTful API routes are used to make requests and updates from the database which are joined through Sequelize queries.
employee-management-system
The Employee Management System is a Command-line interface based application written in Javascript utilizing node, inquirer and mySQL on the backend to provide the user with a large array of possible functions. The mySQL database schema has a table for departments, roles, and employees that allow for the user to manipulate the data within each table in several ways.
git-productive
Git Productive is an innovative web application that is designed to help developers with the organization of their day. This app will start on the home page and the existing user can login or a new user can sign up to get them to their profile page. From the profile page the user can access their current and past projects, create a new project, and view and add pieces of code to access later.
portfolio-4.0
This portfolio website is built up with React. It is a fully interactive terminal inspired portfolio page. It presents with About, Projects and Contact information about me. You can also download my resume. It is designed to work with different screen sizes as you need.
professional-readme-generator
A node.js application that uses user input from inquirer to populate a README.md file for user repository
social-network-API
This is an API for a social network web application where users can share their thoughts, react to friends' thoughts, and create a friend list. It uses Express.js for routing, a MongoDB database, the Mongoose ODM, and Moment.js to format timestamps. The seed data is created using Insomnia.
team-profile-generator
A Node Command Line Interface Application developed for uses using inquirer prompts and takes in information about employees and generates an HTML webpage that displays summaries for each person.
tech-blog
Techship Blog provides a content management system (CMS) to run a blog site. Users can log in to publish a post on the site and leave comments on posts. Logged in users have the ability to edit or delete previous posts from their dashboard. Non-logged in users can freely view published posts, but need to sign up to publish posts or leave comments.
Weather-Dashboard
The application leverages OpenWeather API to pull weather and forecast information for cities across the US and provides updated weather data and forecasting to help you anticipate and prepare for your trip.
siennameow's Repositories
siennameow/social-network-API
This is an API for a social network web application where users can share their thoughts, react to friends' thoughts, and create a friend list. It uses Express.js for routing, a MongoDB database, the Mongoose ODM, and Moment.js to format timestamps. The seed data is created using Insomnia.
siennameow/Weather-Dashboard
The application leverages OpenWeather API to pull weather and forecast information for cities across the US and provides updated weather data and forecasting to help you anticipate and prepare for your trip.
siennameow/Code-Quiz
This JavaScript Code Quiz challenge has 8 questions total and they’re all multiple choice. Upon completion, you will receive a score. By submitting your initial, your score will be added to a Highscore record. The Highscore board allows you to track your personal scores and display the top 5 scores yo have.
siennameow/portfolio-4.0
This portfolio website is built up with React. It is a fully interactive terminal inspired portfolio page. It presents with About, Projects and Contact information about me. You can also download my resume. It is designed to work with different screen sizes as you need.
siennameow/book-search-engine
siennameow/e-commerce-backend
This app is the backend portion of an E-Commerce website. Express.js was used for the server and MySQL for the database along with Sequelize as the ORM to run SQL models and queries. The SQL database includes tables for products, categories, tags, and product tags. RESTful API routes are used to make requests and updates from the database which are joined through Sequelize queries.
siennameow/employee-management-system
The Employee Management System is a Command-line interface based application written in Javascript utilizing node, inquirer and mySQL on the backend to provide the user with a large array of possible functions. The mySQL database schema has a table for departments, roles, and employees that allow for the user to manipulate the data within each table in several ways.
siennameow/git-productive
Git Productive is an innovative web application that is designed to help developers with the organization of their day. This app will start on the home page and the existing user can login or a new user can sign up to get them to their profile page. From the profile page the user can access their current and past projects, create a new project, and view and add pieces of code to access later.
siennameow/professional-readme-generator
A node.js application that uses user input from inquirer to populate a README.md file for user repository
siennameow/team-profile-generator
A Node Command Line Interface Application developed for uses using inquirer prompts and takes in information about employees and generates an HTML webpage that displays summaries for each person.
siennameow/tech-blog
Techship Blog provides a content management system (CMS) to run a blog site. Users can log in to publish a post on the site and leave comments on posts. Logged in users have the ability to edit or delete previous posts from their dashboard. Non-logged in users can freely view published posts, but need to sign up to publish posts or leave comments.
siennameow/celebrity-matchmaker
The application leverages Wikipedia REST API ,CelebrityNinjas API and Kanye Rest API to retrieve the data and build user interface.
siennameow/Code-Refactor
Code-Refactor
siennameow/git-init-sample
siennameow/midnight-cat-cafe
An e-commerce website for a small business/fictional cafe called the Midnight Cat Café.
siennameow/mini-project3
siennameow/movie-database
siennameow/note-taker
This is a simple Note Taker application that allows users to add, view saved notes and also delete the notes if the user don't need that note anymore. This application uses an express backend and save and retrieve note data from a JSON file.
siennameow/Password-Generator
siennameow/portfolio-1.0
siennameow/portfolio-2.0
This portfolio website is built up with core skills including: HTML, CSS, Javascript, Bootstrap and jQuery. It presentes with name, photo, projects, and contact information about me. You can also check my latest blog and see my resume and be able to download it.
siennameow/portfolio-3.0
This portfolio website is built up with express.js routes serving up static HTML Pages. Core skills including: HTML, CSS, Javascript, Bootstrap and jQuery.
siennameow/Project-Tracker
siennameow/py4e
Web site for www.py4e.com and source to the Python 3.0 textbook
siennameow/siennameow
Config files for my GitHub profile.
siennameow/tech-matchup-app
siennameow/text-editor
Dreamcatcher Text Editor was created as a simple text editor app that can function both online and offline, with a variety of data persistence options in order to ensure that data is not lost in any scenario. This application implement methods for getting and storing data to an IndexedDB database. It also use the idb package, which is a lightweight wrapper around the IndexedDB API.
siennameow/travel-planner
siennameow/Word-guessing-game
siennameow/Work-Day-Scheduler
This website is build with Moment.js and users can write down daily tasks by hour and save them as todos and save it to local storage.