Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by brytebee
A curated list of projects in awesome lists by brytebee .
https://github.com/brytebee/afro-music-concert
This project is an Afro Music Culture conference concept page built with HTML5, CSS3 and Bootstrap. It consists of three pages and is responsive to mobile, tablet and desktop screens.
bootstrap css-animations css3-flexbox css3-grid html5
Last synced: 08 Nov 2024
https://github.com/brytebee/contactsapp
The ContactsApp project was built using Ruby, Rails, Bootstrap, Simple_form GEM, Sqlite3(development) and PostgreSQL(production). It implements fundamentals like Rails Partials, CRUD scaffold e.t.c.
postgresql rails rails-application rails6 ruby sqlite3
Last synced: 21 Dec 2024
https://brytebee.github.io/AwesomeBooks/
In this project, I built a simple website that allows users to add/remove books from a library list of books. I used JavaScript objects and arrays. I also used vanilla JavaScript DOM manipulation to simulate REACT and AJAX's single-page website concept. Lastly, I used is HTML and CSS3 technologies.
Last synced: 02 Oct 2024
https://github.com/brytebee/js-capstone
In this project, while @ Microverse in 2021, we built a web application based on an external API, http://themealdb.com/api.php. The webapp has 2 user interfaces. A homepage and a popup details page in fulfillment of JS capstone project using an external API
api dom-manipulation html-css-javascript jest
Last synced: 01 Nov 2024
https://github.com/brytebee/todo
In this project, I built a simple list of To-Do tasks. This simple web page is engineered using Webpack and served by a Webpack dev server. I also used JavaScript DOM manipulation, HTML5, Bootstrap and CSS3.
bootstrap5 dom-manipulation html5 javascript jest-tests testing webpack
Last synced: 20 Oct 2024
https://github.com/brytebee/cv
In this project, I wrote a personal resume as of 2017. I used HTML5, CSS3 and Bootstrap4 technologies. I also used the .gif assets, images etc.
css3 github-page hahaha html5 vanilla-css
Last synced: 08 Dec 2024
https://github.com/brytebee/recipe-it
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow 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 allow users to make their recipe public so anyone can access them.
Last synced: 20 Dec 2024
https://github.com/brytebee/www.turung.io
A simple information website for Turu Coin built with HTML5, CSS3 and Bootstrap
Last synced: 20 Dec 2024
https://github.com/brytebee/newsweek
This project (https://microverse.org) replicates the Newsweek website with an emphasis on layout different screens. Built with Bootstrap.
bootstrap css3 grid-layout html5
Last synced: 08 Dec 2024
https://github.com/brytebee/tic_tac_toe
This is a computer console simulation of the game by same name which uses traditionally a paper-and-pencil for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner. It is a solved game with a forced draw assuming best play from both players.
Last synced: 20 Dec 2024
https://github.com/brytebee/bubble_sort
The #bubble_sort method takes an array and returns a sorted array in ascending order. It implements the bubble sort methodology.
Last synced: 08 Dec 2024
https://github.com/brytebee/booking_app
Golang: TechwithNana educational app
Last synced: 20 Dec 2024
https://github.com/brytebee/school-library
In this project, I have built a tool for a library to record what books are in the library and who borrows them. The app allows you to: - Add new students or teachers. - Add new books. - Save records of who borrowed a given book and when.
Last synced: 20 Dec 2024
https://github.com/brytebee/countrydetails
The Country in Brief website displays a card of countries submitted by the User. I use the REST COUNTRIES https://restcountries.eu/ API service.
api-rest asynchronous-programming html-css-javascript
Last synced: 20 Dec 2024
https://github.com/brytebee/portfolio
A portfolio website created with ReactJS, React-Bootstrap and CSS
Last synced: 20 Dec 2024
https://github.com/brytebee/weblogz
The weBlogz app is a classic example of a blog website. I have create a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
Last synced: 20 Dec 2024
https://github.com/brytebee/bookstore-react
This project is used to display a list of books. Users can add/remove books from the list. It is built with ReactJS and Redux. It implements Routing, and Components concepts
Last synced: 08 Dec 2024
https://github.com/brytebee/oop-ruby
I have created this to practice OOP in Ruby. I have created classes to represent animals.
Last synced: 20 Dec 2024
https://github.com/brytebee/hello-extensions
In this simple tutorial I built a basic chrome extension.
Last synced: 20 Dec 2024
https://github.com/brytebee/change-background
This is a simple extension that allows users to teporarily change the background colour of their current tab in the current window.
Last synced: 08 Dec 2024
https://github.com/brytebee/hello-react-rails
Hello world! I'm using ReactJS from Ruby on Rails.
Last synced: 20 Dec 2024
https://github.com/brytebee/gitflow
In the exercise, I practiced the use of GitHub gitflow
Last synced: 20 Dec 2024
https://github.com/brytebee/morse-decorder
In this project, we have created a simple app to decode morse code. We engineered the app using Ruby.
Last synced: 20 Dec 2024
https://github.com/brytebee/amazonn
An ecommerce with NextJS - Fullstack
chartjs jsonwebtoken mailgunapi material-ui mongodb mongoose nextjs openstreetmap-api paypal-rest-api reactjs vercel
Last synced: 08 Dec 2024
https://github.com/brytebee/testing-practice
In this exercise, I write a few practical tests for JavaScript functions using the Jest library. I make sure to follow the AAA pattern to make my tests easier for other developers to read and understand. I also try to use the TDD approach in practice.
Last synced: 08 Dec 2024
https://github.com/brytebee/vet-clinic
In this project, I have used a relational database to create the data structure for a vet clinic. I added animals, animals' owners, clinic employees, and visits Tables.
cmd command-line pgadmin4 postgres postgresql psql
Last synced: 08 Dec 2024
https://github.com/brytebee/to-do_
In this project, l built a simple HTML list of To-Do tasks using JavaScript ES6. This simple web page is built using Webpack and served by a Webpack dev server.
Last synced: 20 Dec 2024
https://github.com/brytebee/bookstore
This project is used to display a list of books. Users can add/remove books from the list. It is built with ReactJS and Redux. It implements Routing, and Components concepts
Last synced: 20 Dec 2024
https://github.com/brytebee/problem_solving
In the exercises in this project, I write coding challenges, Algorithm and Data Structure from FreeCodeCamp, HackerRanks, CodeWars, etc.
algorithm-challenges algorithms-and-data-structures datastructures problem-solving
Last synced: 20 Dec 2024
https://github.com/brytebee/congenial-succotash
Educational: Learning typescript
Last synced: 20 Dec 2024
https://github.com/brytebee/bookmark-landing-page-master
A frontend mentor challenge
Last synced: 20 Dec 2024
https://github.com/brytebee/agrios
Educational: A website for agricultural service
Last synced: 20 Dec 2024
https://github.com/brytebee/plan-app
This Ruby on Rails project is a mobile web application where you can manage your budget, you have a list of transactions associated with a category so that you can see how much money you spent and on what. It allows the user to: register and log in, so that the data is private to them, introduce new transactions associated with a category, and see the money spent on each category.
bootstrap-rai rails-application ruby ruby-on-rails
Last synced: 20 Dec 2024
https://github.com/brytebee/rent-a-car-fe
In this project, we have designed a booking app where a user can rent a car. The app also presents Admin privileges where an Admin can Add and Delete cars. This is engineered using Ruby on Rails as backend and React as front end. In this repository we have the frontend. The backend can be found [here.](https://github.com/brytebee/Rent-a-car)
api fullstack-development hosting postgresql reactjs rest-api
Last synced: 08 Dec 2024
https://github.com/brytebee/_bookstore
This project is used to display a list of books. Users can add/remove books from the list. It is built with ReactJS and Redux. It implements Routing, and Components concepts.
Last synced: 20 Dec 2024
https://github.com/brytebee/math-magicians
"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations. and read a random math-related quote.
Last synced: 08 Dec 2024
https://github.com/brytebee/weather-app-nodejs
[For learning and educational purposes only.] A weather app to improve my nodeJS knowledge
Last synced: 08 Dec 2024
https://github.com/brytebee/note_app
Learning NodeJS by building this cool note taking app.
Last synced: 20 Dec 2024
https://github.com/brytebee/mycatalog
In this project, we have created a console app that will help you to keep a record of different types of things: books, music albums, movies, and games. The data will be stored in JSON files. We created a database with PostgreSQL and built the console interactivity with Ruby.
database oop postgresql ruby uml-diagram
Last synced: 08 Dec 2024
https://github.com/brytebee/git-demo
An education repo to demo git branching
Last synced: 20 Dec 2024
https://github.com/brytebee/latest-calculator
In this project, we would learn git flow
Last synced: 20 Dec 2024
https://github.com/brytebee/mern_stack
Education app: The MERN STACK - A backend API & React App
Last synced: 20 Dec 2024
https://github.com/brytebee/tournaija
An app that assist users to locate areas in Nigeria
Last synced: 20 Dec 2024
https://github.com/brytebee/react-todo
A simple todo list. The application is built with ReactJS and local storage.
Last synced: 20 Dec 2024
https://github.com/brytebee/exam-question-db
Exam-Manager is a powerful platform for educators to create, view, and manage exams and questions efficiently. Built with Next.js, Prisma, and Tailwind CSS, it features user roles, dynamic pagination, and a user-friendly interface. Ideal for modern educational settings.
cloudinary nextjs postgresql prisma tailwindcss vercel
Last synced: 08 Dec 2024
https://github.com/brytebee/my-portfolio-images
This houses images of private projects for my portfolio
Last synced: 20 Dec 2024
https://github.com/brytebee/granulae-garbanzo
A compilation of reusable components for projects.
Last synced: 20 Dec 2024
https://github.com/brytebee/emailengine
Educational: Learning one or two about emails.
Last synced: 20 Dec 2024
https://github.com/brytebee/nestjs_first_demo
Educational application on nestjs
Last synced: 20 Dec 2024
https://github.com/brytebee/automate-webpack
In this project, I automate webpack setup using shell commands and node installation of packages.
Last synced: 20 Dec 2024
https://github.com/brytebee/car-rental
In this project, we have designed a booking app where a user can rent a car. The app also presents Admin privileges where an Admin can Add and Delete cars. This is engineered using Ruby on Rails as backend and React as front end.
Last synced: 20 Dec 2024
https://github.com/brytebee/backend_sanity
In this project, I have built a backend to store the data for my portfolio website.
Last synced: 20 Dec 2024
https://github.com/brytebee/alc-4.0-phase-1
Folder containing an APK, and three snap shots
Last synced: 20 Dec 2024
https://github.com/brytebee/rent-a-car
In this project, we have designed a booking app where a user can rent a car. The app also presents Admin privileges where an Admin can Add and Delete cars. This is engineered using Ruby on Rails as backend and React as front end.
Last synced: 20 Dec 2024
https://github.com/brytebee/clipboard-landing-page-master
A challenge from Frontend Mentor
Last synced: 20 Dec 2024
https://github.com/brytebee/bee-portfolio
In this project, I have built a portfolio website with ReactJS and SASS/SCSS
Last synced: 20 Dec 2024
https://github.com/brytebee/leaderboard
In this project I use the LeaderBoard API developed for Microverse Students to work on a list of scores for a game and declare the leader. I used vanilla JavaScript, CSS3 and HTML5 Semantic tags.
api-rest dom-manipulation html-css-javascript
Last synced: 20 Dec 2024
https://github.com/brytebee/alx-pre_course
I'm now a ALX Student, this is my first repository as a full-stack engineer
Last synced: 20 Dec 2024
https://github.com/brytebee/leaderboard_
A LeaderBoard tracker build with vanilla JavaScript (DOM Manipulation), and Webpack.
Last synced: 20 Dec 2024
https://github.com/brytebee/fyurr
Fyyur is a musical venue and artist booking site that facilitates the discovery and bookings of shows between local performing artists and venues. This site lets you list new artists and venues, discover them, and list shows with artists as a venue owner.
Last synced: 20 Dec 2024
https://github.com/brytebee/hello-react-front-end
Hello react to a rails API I created.
Last synced: 20 Dec 2024