Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by cvilla714
A curated list of projects in awesome lists by cvilla714 .
https://github.com/cvilla714/youtube
First Project built a youtube clone, for positioning we used flex. Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/javascriptcapstone
The project was based on creating a game using Phaser. It was developed using a custom Webpack template. It has features such as a score, and high score, music, the main menu at beginning of the game, a pause button also counter.
Last synced: 15 Nov 2024
https://github.com/cvilla714/pomodoro-clock
Build a Pomodoro Clock that will sound an alarm after session time expires and will start runnig a break countdown as well. Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/restaurant-page
The project was based on creating a restaurant page using JavaScript to generate the tabs Each tab has a different content. Such as home page, about page, gallery, and contact. Also using a single div element inside the HTML to append all the content. Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/powerfulprayers
My first Project from Free Code Camp
Last synced: 15 Nov 2024
https://github.com/cvilla714/google-homepage
The project was about creating a clone from google, It applies concepts like CSS-Grid, and applied CSS-Flex as well.It was built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/rails-capstone
Created a Sports Article App, which features the picture of the article with the most likes on the main page and shows at the bottom the most recent articles for each category. Built with
bootstrap postgresql ruby ruby-on-rails
Last synced: 15 Nov 2024
https://github.com/cvilla714/contact-keeper-mern-project
This is a Full MERN APP, the idea was to create a contact information the user can use to keep their contacts and separate them into Personal and Professional it was built with
context-api express mongodb nodejs react react-dom
Last synced: 15 Nov 2024
https://github.com/cvilla714/linterproject
Built a linter that will check for commented code, missing semicolons at the end of every line, and also checking for the initial period to designate a class. It was built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/reactcalculator
Created a calculator with basic functionality, adding, subtraction, multiplication, division, it can handle decimals as well. Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/markdown-previewer
The project was about creating a markdown previewer the idea is to type on the left box your text using markdown and on the right box, it will show the result, you can use heading, list, quotes, bold text, italic text Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/responsivedesign
Building with Responsive Design
Last synced: 15 Nov 2024
https://github.com/cvilla714/oop_tic_tac_toe
Created a TIC TAP TOE game using ruby.
Last synced: 15 Nov 2024
https://github.com/cvilla714/portfolio
Built my portfolio, which includes projects, the about me page, and also a contact form. Built with React and Bootstrap
Last synced: 15 Nov 2024
https://github.com/cvilla714/authentication
The project is based on Authentication, meaning if a user is logged in will have the ability to create a new post, if the user is not logged in he won't be able to. Built with
bootstrap ruby ruby-on-rails sqlite3
Last synced: 15 Nov 2024
https://github.com/cvilla714/building_with_active_record
This project is about active records, models, and associations to the tests. A user can create a post and add comments to it. For each scenario, we are asked to write down the data, associations, and validations necessary to build it.Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/weather-app
Built a weather app using an API, the user submits the name in the input form and gets back the temperature in Celcius and with a toggle button can get the temperature in Farenheight, also as extra features will get the forecast, time zone, and English name. It was built with
bootstrap5 javascript jest webpack
Last synced: 15 Nov 2024
https://github.com/cvilla714/tracker-expenses-app
The Project was about creating a Tracker App for expenses, it is a Full Stack Application, using Rails as API to handle Back End and on the Front End using React and RTK Query, It tracks expenses per day and add them per month and filter it by year the visualization was using Chartjs-2. It was built with
css3 es6 jess npm react react-bootstrap react-chartjs-2 react-dom react-paginate react-router rtk-query
Last synced: 15 Nov 2024
https://github.com/cvilla714/randomquotesmachine
The project was about creating a random quote machine and have the ability to tweet it with one click. Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/react-redux-capstone
The project was created using GitHub API to find users profiles it was built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/list
We Built a to-do list that will allow the user to insert new tasks into existing projects and also create new projects and assigned new tasks. It gives back to the user the number of days the event will take place and how long ago it happened.
Last synced: 15 Nov 2024
https://github.com/cvilla714/devkcportfolio
Created a personal portfolio using rails and combining it with bootstrap themes.
Last synced: 15 Nov 2024
https://github.com/cvilla714/it-logger-redux-project
Simple IT logger app that tracks changes
Last synced: 15 Nov 2024
https://github.com/cvilla714/conditional-rendering
Created with CodeSandbox
Last synced: 15 Nov 2024
https://github.com/cvilla714/calculator-react
This project was focused on creating a calculator using React, taking advantage of using Hooks. It was built with
css3 javascript react-bootstrap react-router-dom reactjs
Last synced: 15 Nov 2024
https://github.com/cvilla714/newsletter-nodeandexpress
The project was about creating a Newsletter subscription by using NodeJS and ExpressJS, It also involves handling Mailchimp API and using environment variables.Built with
dotenv expressjs javascript mailchimp-api nodejs
Last synced: 15 Nov 2024
https://github.com/cvilla714/projectblog-app
The idea was to create a blog with basic functionality, create a post, allow comments, add tags, update the post, and allow to destroy the post as well. Built with
Last synced: 07 Nov 2024
https://github.com/cvilla714/bookstore-react-redux
We built a BookStore that will allow the user to add new books, the total chapters, and the current chapter, all of this will be then displayed back to the user using a percentage graph, built with
nodejs npm react react-hooks redux
Last synced: 15 Nov 2024
https://github.com/cvilla714/enumerable_methods
This project was based on implementing our version of Ruby's enumerable methods. We created two files one that contained the methods and another one that contains the results. Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/projectdrmachine
Created a Drum Machine that can play the sounds not only by clicking on the buttons but also by pressing your keyboard. Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/blogapp
The project was about creating a blog using rails it has the functions of creating new blogs, editing, and destroying blogs. Built with
Last synced: 15 Nov 2024
https://github.com/cvilla714/odin-calculator
The Project was about creating a calculator with basic functionality, applying ES6 syntax and JavaScript concepts.Bult with
Last synced: 15 Nov 2024
https://github.com/cvilla714/rock-paper-scissors
The project was about creating a rock-paper-scissors game, applying ES6 syntax. Built with
Last synced: 15 Nov 2024