Coder Social home page Coder Social logo

blessedjasonmwanza / ecommerce-rating Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.17 MB

An online e-commerce platform that allows users to rate, like, and comment on various products

Home Page: https://blessedjasonmwanza.github.io/ecommerce-rating/

License: MIT License

HTML 8.74% JavaScript 76.14% CSS 15.12%
apis async-await es6 javascript jest-tests promise-api rest-api unit-testing webpack

ecommerce-rating's Introduction

Hi ๐Ÿ‘‹ , I am Blessed Jason Mwanza

Simple guy | Innovative | Full-Stack Software Developer | Entrepreneur | Tech Enthusiast | Mentor | Fintech Lover

๐Ÿš€ Transforming ideas into cutting-edge solutions | Expertise in PHP, Laravel, JavaScript, React, JQuery, and Ruby on Rails | Collaborator in agile environments - (Currently Learning Golang)

๐ŸŒŸ Recognized for building startups, automating processes, and integrating payment systems | UNCDF-selected top 10 FinTech technology creator

๐Ÿ’ก Distinguished as the top OpenSource External contributor to the pioneering US$1.5 billion Smart City project's OS Software - developed by DoubleGDP. Made significant contributions to the project's success, providing noteworthy and feasible feature suggestions.

๐Ÿซ‚ Passionate about mentoring junior developers and empowering underserved communities | Founder of CompoundCode NGO and Community Lead at Meta Developer Circles - Lusaka.

โœจ Microverse-certified remote Full-Stack Web Developer | Proficient in SQL, Ruby, Redux, Google Cloud, and more

๐Ÿ’ผ Let's create the future together! Open to exciting opportunities that value innovation, teamwork, and making a positive impact.

๐ŸŒ Portfolio: https://blessedjasonmwanza.tech | ๐Ÿ“ง LinkedIn: https://linkedin.com/in/blessedjasonmwanza

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป ย  More about me:

  • ๐Ÿ”ญ Previously at Stickee and graduate student from Microverse Inc - studied Full-Stack Web Development (Ruby, Ruby on Rails, JavaScript, ReactJS, PostgreSQL, HTML & CSS)

Personal Projects

๐Ÿ“„ Enough talk - let the code speak. ๐Ÿค  So far, and in addition to private projects (that might not show up here ๐Ÿค“), I build and run;

  • ๐Ÿ‘ฏ Would you prefer a collaborative approach, either with you or with your team? Please don't hesitate to contact me. I possess a strong commitment to continuous learning and I am receptive to receiving guidance and suggestions.

๐Ÿ“Š ย Frequently used Tech Stacks & Tools Preference ๐Ÿค“

ย 



๐Ÿ“ˆ ย My GitHub Stats Summery ๐Ÿ˜ Total time coded since Nov 8 2021

Visitor's Count from Oct 10, 2021

visitor badge


Featured Articles

Articles I have written


Do you love taking intuitive approaches to solving problems? Lets connect!...


๐Ÿค๐Ÿป ย  I would love to build the future with you and your team. Reach out to me already ๐Ÿš€ - below are my contact details ;



๐Ÿ“š Love reading? Click here to view my recent reads ๐Ÿ“–
  const Books = [
      {
        title: 'The Magic Ladder to Success',
        Author: 'Napoleon Hill'
      },
      {
        title: 'As a Man Thinketh',
        Author: 'James Allen'
      },
      {
        title: 'Zero To One',
        Author: 'Peter Thiel'
      },
      {
        title: 'The Richest Man in Babylon',
        Auther: 'George S. Clason'
      },
      {
        title: 'The One Minute Manager',
        Author: ['Ken Blanchard', 'Dr Spencer Johnson']
      },
      {
        title: 'What the CEO Wants you to Know',
        Author: 'Ram Charan'
      },
      {
        title: 'Who Moved My Cheese',
        Author: 'Dr Spencer Johnson'
      },
      {
        title: 'The Game of Life and How to Play it',
        Auther: 'Forence Scovel Shinn'
      },
      {
        title: 'Just Be Glad',
        Author: 'Christian D. Larson'
      },
      {
        title: 'It Works',
        Author: 'RHJ'
      },
      {
        title: 'Outwitting the Devil',
        Author: 'Napoleon Hill'
      },
      {
        title: 'Success The Best of Napoleon Hill',
        Author: 'Napoleon Hill'
      },
      {
        title: 'Elon Musk: Success Secrets',
        Author: 'George Ilian'
      },
      {
        title: 'Capitalist Nigger',
        Author: 'Chika Onyeani'
      },
      {
        title: 'How to Sell and Market Like a Prostitute',
        Author: 'Edwin Ngwane'
      }
    ]
 --- Let's keep Innovating, and remember to check out some of my pinned projects. <HappyCoding/>

Private Code Sessions Activity

ecommerce-rating's People

Contributors

blessedjasonmwanza avatar ntazelo avatar

Watchers

 avatar

ecommerce-rating's Issues

[4pt] - Display Reservations pop up with selected item's details - Student C

Create a reservations popup only with the top section (displaying details of the selected item)

Screenshot 2021-06-27 at 22 10 45

When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.

Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).

[4pt] -Display Comments pop up with selected item's details - Student B

Create a comments popup only with the top section (displaying details of the selected item)

Screenshot 2021-06-27 at 22 10 45

When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.

Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).

[0.5pt] Find external API - group task

Find an API to base the development of the webapp around it. The API should allow you to

  • Get a list of items with a unique item id (or generate the unique id).
  • For a given item, get detailed information about it.
    choose an APIs that doesn't need authentication. if you select an API that requires authentication, you should implement it on your own. Also, if you select an API that provides image resources your webapp will be more visual.

[3pt] - Add reservations counter - Student C

Even if the API gives you the number of reservations you will create a specific function to calculate it.

Make sure that the correct number is displayed on the Reservations pop up.

[3pt] - Add comments counter - Student B

Even if the API gives you the number of comments you will create a specific function to calculate it.

Make sure that the correct number is displayed on the Comments pop up.

[4pt] - Display list of items on the Homepage - Student A

Create the main part of the homepage that keeps the layout from the wireframe:

Screenshot 2021-06-27 at 21 50 23

When the page loads, the webapp retrieves data from the selected API and shows the list of items on screen with the basic data (e.g. title + image).

Prepare also "Comments" and "Reservations" buttons. They should be doing nothing - just being displayed.

This task does not include displaying the number of likes for each item.

This task does not include the counter of the items.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.