Projects in Awesome Lists by Sboursen
A curated list of projects in awesome lists by Sboursen .
https://github.com/sboursen/leaderboard
The leaderboard web app displays the top scoring player on the fictional game of life. It also allows any player to submit their score. All data is preserved thanks to the external Leaderboard API service.
api html5 leaderboard tailwindcss webpack
Last synced: 25 Apr 2025
https://github.com/sboursen/math-magicians
Math Magicians is an SPA made for all fans of maths. It contains a calculator that allows the users to make the majority of arithmetic operations. In addition, it displays a random math related quote in each session.
Last synced: 25 Apr 2025
https://github.com/sboursen/my-portfolio
This is my portfolio draft website. It was was made @Microverse, as a month long project to get us up to speed with the building blocks of the web (i.e HTML/CSS/JS). In addition to serving as a portfolio, it's also a model web project, in the sense that it incompases most of the best practices you want a website to have (e.g. full size responsiveness, accessibility, user-side form validation, linters and more).
css3 html5 javascript portfolio
Last synced: 25 Apr 2025
https://github.com/sboursen/to-do-tasks
To-do list is a tool that helps you to organize your day. It lists the tasks that you need to do and allows you to mark them as complete. It was built as an introduction to web dev using ES6 and Webpack.
Last synced: 25 Apr 2025
https://github.com/sboursen/chess-world-championship
This is a website for a fictional Chess world conference. It's the HTML, CSS and basic JavaScript module capstone project.
Last synced: 25 Apr 2025
https://github.com/sboursen/awesome-books-2bedition
Awesome books is a simple web app that allows the user to create their own collection of books. The 2BEdition Uses a UI design heavily inspired by the award wining Nier Automata video game.
Last synced: 25 Apr 2025
https://github.com/sboursen/bookstorecms
Bookstore CMS is an SPA made for all the book lovers. It provides an easy way to organize a collection of book, as well as progress tracking functionalities. For instance, a user can easily add a new book by providing a book title and the category. It is built using React.js
bookstore-api reactjs redux tailwindcss
Last synced: 25 Apr 2025
https://github.com/sboursen/etch-a-sketch
Etch-a-Sketch is the capstone project for the Foundation path in TOP. It's a basic sketching tool that colors a cell when you hover using the mouse.
Last synced: 25 Apr 2025
https://github.com/sboursen/digit-recognizer
This repo hold CV models for the Classification of single digit images. I used Pytorch and the Digit-Recognizer kaggle dataset for the training.
mnist-classifier python pytorch
Last synced: 25 Apr 2025
https://github.com/sboursen/planetes-et-asteroides
Planètes-et-astéroïdes is a web app that displays metrics relative to the planets, satellites, and asteroids that constitute the solar system.
axios react-redux react-router reactjs redux redux-thunk tailwindcss the-solar-system-opendata
Last synced: 25 Apr 2025
https://github.com/sboursen/rails-capstone
The Portefeuille is a budget tracking app. After creating an account, it allows to add your daily transactions given some categories. It also allows you add your own categories and list all the transactions belonging to that particular category.
capybara daisyui devise rspec ruby ruby-on-rails tailwindcss
Last synced: 25 Apr 2025
https://github.com/sboursen/catalog-capstone-project
Catalogue of my things is a console app that allows users to organize their items. The user can choose to add or show either games, music albums, or books that they had saved. The user can also list the labels, authors, and genres of the saved items.
Last synced: 25 Apr 2025
https://github.com/sboursen/mv-module2-capstone
CarCollectors is website that consumes the car api and the involvement api. It allows the user to browse a large collection of cars, like them, comment on them, and place a reservation order.
es6-javascript html5 jest tailwindcss webpack
Last synced: 25 Apr 2025
https://github.com/sboursen/js-best-practices-exercise
Does my coding partner follow JS best practices? To-do-tasks as a case-study.
Last synced: 25 Apr 2025
https://github.com/sboursen/my-portfolio-bootstrap
In this challenge, we harness the power of Bootstrap v5 in order to create a replica of the portfolio website in a much shorter time.
Last synced: 25 Apr 2025
https://github.com/sboursen/nextjs-tut
Ny follow through of theNetNinja's Next.js tutorial series . I learned how to create a website with Next (& React) - including pages, routes, layouts, fetching data & deployment.
Last synced: 25 Apr 2025
https://github.com/sboursen/rails-recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Last synced: 25 Apr 2025
https://github.com/sboursen/fem_huddle-landing-page
Huddle landing page challenge on FrontEndMentors
challenge frontend-mentor html tailwindcss
Last synced: 25 Apr 2025
https://github.com/sboursen/ror_blog_app
Blog_app is an implementation of the classic blog website. It's a full stack ruby on rails website that show the list of posts and empower readers to interact with them by adding comments and liking posts.
Last synced: 25 Apr 2025
https://github.com/sboursen/fm_e-commerce-product-page
E-commerce product page challenge hub
Last synced: 25 Apr 2025
https://github.com/sboursen/ruby-template
A Ruby based template for Microverse projects
Last synced: 25 Apr 2025
https://github.com/sboursen/into-the-algo
This repo contains my own implementation of the must-know algorithms and data structures
Last synced: 25 Apr 2025
https://github.com/sboursen/mv-testing-with-jest
A simple tutorial codethrough to learn TDD with Jest.
Last synced: 25 Apr 2025
https://github.com/sboursen/hello-react-front-end
The front-end for the Hello-React-Rails
Last synced: 25 Apr 2025
https://github.com/sboursen/google-homepage
A static replica of google's homepage
Last synced: 25 Apr 2025
https://github.com/sboursen/hello-rails-back-end
The back-end for the Hello-React-Rails
Last synced: 25 Apr 2025
https://github.com/sboursen/gin-restful-api
Tutorial for building a RESTful API using GO and GIN
Last synced: 25 Apr 2025
https://github.com/sboursen/gans_specialization
Full code for Coursera's GANs specialization programming assignments
Last synced: 25 Apr 2025
https://github.com/sboursen/cra-redux-tailwind-template
A create react app with redux and TailwindCSS template
Last synced: 25 Apr 2025
https://github.com/sboursen/coursera-princteon-algs4
This project contains solutions to the programming assignements of the Coursera MOOC Algorithms by Princeton.
Last synced: 25 Apr 2025
https://github.com/sboursen/calculator
My second JS project on TheOdinProject
Last synced: 25 Apr 2025
https://github.com/sboursen/advanced-swe-techniques
Beyond MVC, what are the best practices to keep my code clean, easy to modify, and testable!
Last synced: 25 Apr 2025
https://github.com/sboursen/github-slideshow
A robot powered training repository :robot:
Last synced: 25 Apr 2025
https://github.com/sboursen/cs-assistant
An end-to-end customer service assistant service with simple rag
Last synced: 25 Apr 2025
https://github.com/sboursen/react-todo
This project is the fruit of a walkthrough of the extensive introduction to React by ibaslogic
Last synced: 25 Apr 2025
https://github.com/sboursen/mv_morse_decoder
A ruby program that decodes Morse
Last synced: 25 Apr 2025
https://github.com/sboursen/vet-clinic-db
A database for a vet clinic business. Built using PostgreSQL
Last synced: 25 Apr 2025
https://github.com/sboursen/unreal-contribs-badge
Drive your contributions into higher dimentions
Last synced: 25 Apr 2025
https://github.com/sboursen/top-landingpage
Landing page project. Part of the odin project Foundations curriculum. It showcases the HTML and CSS (mainly on Flexbox) skills leared during the previous parts.)
Last synced: 25 Apr 2025
https://github.com/sboursen/rock-paper-scissors2
Rock paper scissors implementation. Part of the odin project foundation track.
Last synced: 25 Apr 2025
https://github.com/sboursen/odin-recipes
An implementation of the Recipes project. Part of TOP foundations.
Last synced: 25 Apr 2025
https://github.com/sboursen/moacompetition
Personal Code for MoA Kaggle competition. The goal is to improve the algorithm that classifies drugs based on their biological activity.
Last synced: 25 Apr 2025
https://github.com/sboursen/microverse-interview
Solution to the Microverse take-home assignment
Last synced: 25 Apr 2025
https://github.com/sboursen/hello-react-rails
Intro into Rails with React front-end
Last synced: 25 Apr 2025