This project consist on the Microverse JavaScript capstone project where we build own web application based on 2 externals API. The API's we choose are https://www.themealdb.com/api/ and the API provided by Microverse https://www.notion.so/microverse/Involvement-API-869e60b5ad104603aa6db59e08150270
This webapp have 2 user interfaces since we are a team of 2 members, the interfaces are:
To get a local copy up and running follow these simple example steps.
Go to the top of the page, press te green button that says "Code", and copy the link. Then you have to go to your console and type
git clone 'repository-link'
That's all, you are ready to go!
Run the following command to have all npm packages dependencies installed:
npm install
To start the webpack-dev-server, run the following command:
npm run start
To run the tests files for Jest framework type the following
npm test
To run the Javascript linters type the following
npx eslint .
To run the HTML linters type the following
npx hint .
To run the CSS linters type the following
npx stylelint "**/*.{css,scss}"
Contributions, issues, and feature requests are welcome!
This project is MIT licensed.
Give a ⭐️ if you like this project!