Baroka-wp / cubis

An application that allows you to find meal ideas that you can make simply with the ingredients you have. Developed with an external API (https://www.themealdb.com/), in the JavaScript language. We used development tools like Kanban, webpack and Jest-test.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot


CUBIS - CAPSTONE PROJECT

CUBIS FOOD is an application that allows you to find meal ideas that you can make simply with the ingredients you have.

LOOM VIDEO PRESENTING

Watch the presentation of the projet on Zoom

Built With

  • Html
  • Css
  • Js
  • Linter
  • Webpack
  • Jest
  • APIs

Mookup

free

Live

Go Live

Authors

πŸ‘€ Author : IROTORI Baroka

πŸ‘₯ Co Author : ADISA Hammed

Install

Run the project in your local machine

  • Clone the repository
  git clone https://github.com/Baroka-wp/cubis.git

  cd Cubis
  • install all dependances
npm install
  • Run the server
npm start

Run Linters tests

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

npx eslint ."

Run local server

Node live serveris easy to install and use:

  • Run webpack server
  npm start

Deployment

  • github page

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

πŸ“ License

This project is MIT licensed.

About

An application that allows you to find meal ideas that you can make simply with the ingredients you have. Developed with an external API (https://www.themealdb.com/), in the JavaScript language. We used development tools like Kanban, webpack and Jest-test.


Languages

Language:JavaScript 68.1%Language:HTML 19.8%Language:CSS 12.1%