Pinned Repositories
CS411_project
BU-CS320-project-terriers
This is a public clone from a priavte repo where the orginal project was worked on. This clone is only meant to be public in the case others want to see the code.
covid-19-tracker
A data tracking application using React and Javascript in the frontend and a third party API for the backend to display useful data such as the number of infected, deaths, and recoveries in the form of a map and charts.
CS-400-Spring-2020
CS-585-Website-Archive
This is a website I made for my CS 585: Image and Video Computing class where I uploaded and submitted my assignments and final project. Note: All C++ files can only run on OpenCV 3.2 -3.3 on Visual Studio IDE (Community 2017) on Visual C++ (x64).
e-commerce
A simple e-Commerce site using NextJS (React) in the frontend and Commerce.js as a third party API for the backend include features such as product list and details, shopping cart, checking out, and order confirmation. Link to live demo of this project is down below. Reference: NextJS and CommerceJS documentations.
Portfolio-Website
My professional portfolio website showcasing my projects as well as my work experience later on. Based off of a Gatsbyjs portfolio template.
Sorting-Algorithm-Visualizer
This project helps us see in action how sorting algorithms such as bubble, quick, merge and insertion sort would sort a bar graph of random data
Sudoku-Puzzle-Game-and-Solver
A Python program that solves a sudoku puzzle by using the back tracking algorithm along with a generated user interface (GUI) where the user can the sudoku puzzle and the program can tells them if they right or not. All coding was done IDLE Python3.
Task-List-Manager-Application
A simple task manager / to-do list application using the MEAN tech stack that also includes features such as CRUD operations, building a restful API, and user authentication.
jsantana21's Repositories
jsantana21/e-commerce
A simple e-Commerce site using NextJS (React) in the frontend and Commerce.js as a third party API for the backend include features such as product list and details, shopping cart, checking out, and order confirmation. Link to live demo of this project is down below. Reference: NextJS and CommerceJS documentations.
jsantana21/Sorting-Algorithm-Visualizer
This project helps us see in action how sorting algorithms such as bubble, quick, merge and insertion sort would sort a bar graph of random data
jsantana21/BU-CS320-project-terriers
This is a public clone from a priavte repo where the orginal project was worked on. This clone is only meant to be public in the case others want to see the code.
jsantana21/covid-19-tracker
A data tracking application using React and Javascript in the frontend and a third party API for the backend to display useful data such as the number of infected, deaths, and recoveries in the form of a map and charts.
jsantana21/CS-400-Spring-2020
jsantana21/CS-585-Website-Archive
This is a website I made for my CS 585: Image and Video Computing class where I uploaded and submitted my assignments and final project. Note: All C++ files can only run on OpenCV 3.2 -3.3 on Visual Studio IDE (Community 2017) on Visual C++ (x64).
jsantana21/Portfolio-Website
My professional portfolio website showcasing my projects as well as my work experience later on. Based off of a Gatsbyjs portfolio template.
jsantana21/Sudoku-Puzzle-Game-and-Solver
A Python program that solves a sudoku puzzle by using the back tracking algorithm along with a generated user interface (GUI) where the user can the sudoku puzzle and the program can tells them if they right or not. All coding was done IDLE Python3.
jsantana21/Task-List-Manager-Application
A simple task manager / to-do list application using the MEAN tech stack that also includes features such as CRUD operations, building a restful API, and user authentication.
jsantana21/CS411_project
NOTE: The API key used in this project has EXPIRED thus the project can't run as of now. However the code still works...
jsantana21/jsantana21.github.io
jsantana21/NASA-Mars-Rover-API
jsantana21/task-manager-mean-stack
A task manager application created using the MEAN stack (Angular, NodeJS with Express and MongoDB).