Giter Club home page Giter Club logo

salimer / commentdish-project Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 0.0 1.4 MB

Collaborative development for the ultimate food sharing and commenting platform. Join us in building a vibrant community hub for exploring, liking, and discussing meals. Let's connect the world through the love of food!

Home Page: https://salimer.github.io/COMMENTDISH-project/

License: MIT License

HTML 7.87% JavaScript 72.76% SCSS 19.37%
html javascript scss webpack

commentdish-project's Introduction

logo

Welcome to our project πŸ˜ƒ


COMMENTDISH website

πŸ“— Table of Contents

πŸ“– [COOMENTDISH website]

COMMENTDISH webiste is your ultimate platform for expressing your culinary opinions. Explore a wide variety of meals, from delectable classics to innovative creations, and share your thoughts with the world. Like, comment, and engage with fellow food enthusiasts as you uncover new flavors and embark on gastronomic adventures. Discover the joy of voicing your taste buds on Comment Dish, where every dish becomes a conversation.

πŸ›  Built With

Tech Stack

Client

Key Features

  • Easy to the eyes and cultivating at the same time
  • Dynamic creation of content

(back to top)

🀯 Walk through video

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps:

  • Clone this repo as described in the setup section.
  • Make modifications as peferred

Prerequisites

In order to run this project you need: To clone or fork and run it in a browser

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone https://github.com/Salimer/COMMENTDISH-project.git

using Ubuntu:

  cd my-desired-folder
  git clone https://github.com/Salimer/COMMENTDISH-project.git

For more information on how to clone or fork a repository:

Install

  • Run npm install

Usage

To run the project, execute the following command:

  • Run npm start

Run tests

To run tests, run the following command:

  • to test validation errors npx hint .

  • to test CSS linter errors npx stylelint "**/*.{css,scss}"

  • to test JavaScript linter errors npx eslint .

  • to run the jest tests npx test

(back to top)

πŸ‘₯ Author

πŸ‘€ Sumeya Ibrahim

πŸ‘€ Salim Bamahfoodh

πŸ”­ Future Features

Future changes:

  • Add animations and transitions
  • Add more styles and colors

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

  • Thanks to all Microverse community

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

commentdish-project's People

Contributors

salimer avatar isume295 avatar

Stargazers

Fasil Teshome avatar Ankit Kushwaha avatar Fatima Najafi avatar Abdul Ali Noori avatar Mahamadou Nouridine avatar Kifle Haile avatar Gakii Beryl  avatar MUNANA Clinton avatar Tumaini Maganiko avatar δΉ…η»ŠA avatar Bisaso Ronald avatar Massam Khan avatar David Andrianarivo avatar MartΓ­n Ezequiel GonzΓ‘lez avatar  avatar

Watchers

 avatar

commentdish-project'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).

[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 all items counter on the Homepage - Student A

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

Make sure that the correct number is displayed on the Homepage.

Respect the following rules:

  • Each counter should be implemented as a separate module.
  • A counter function should look for specific DOM elements (e.g. for the comments counter it should look for comments) and make the counting based on what is actually displayed on the page.
  • A counter function should cover all the edge cases you can think about.

[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).

[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.

Respect the following rules:

  • Each counter should be implemented as a separate module.
  • A counter function should look for specific DOM elements (e.g. for the comments counter it should look for comments) and make the counting based on what is actually displayed on the page.
  • A counter function should cover all the edge cases you can think about.

[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.

Respect the following rules:

  • Each counter should be implemented as a separate module.
  • A counter function should look for specific DOM elements (e.g. for the comments counter it should look for comments) and make the counting based on what is actually displayed on the page.
  • A counter function should cover all the edge cases you can think about.

Peer to peer review (5/26/23)

Good job so far on the commentDish project. Below are some ideas and suggestions about the project, cheers! πŸ‘πŸ½

  • We suggest you remove unused modules from your project to make it clean and organized

[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.