Skip to content

Commit

Permalink
Deploy ready
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCutire committed Nov 29, 2020
0 parents commit 58ecae2
Show file tree
Hide file tree
Showing 39 changed files with 12,424 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"presets": [
["@babel/env", {
"useBuiltIns": "usage",
"corejs": "3",
"targets": {
"browsers": [
"last 5 versions",
"ie >= 8"
]
}
}]
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npm start
73 changes: 73 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<p align="center">
<a href="" rel="noopener">
<img width=200px height=200px src="dist/img/favicon.png" alt="Project logo"></a>
</p>

<h3 align="center">Forkify</h3>

<div align="center">

[![Status](https://img.shields.io/badge/status-active-success.svg)]()

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

</div>

---

<p align="center"> Forkify helps you to decide about recipes for your next pasta
<br>
</p>
##📝 Table of Contents

- [About](#about)
- [Getting Started](#getting_started)
- [Deployment](#deployment)
- [Usage](#usage)
- [Built Using](#built_using)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)

## 🧐 About <a name = "about"></a>

This project was build as an example of the power of vanilla javascript to make life easier searching for recipes that we fetch from an API

## 🏁 Getting Started <a name = "getting_started"></a>

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.

### Prerequisites

```
Node Js
```

## 🎈 Usage <a name="usage"></a>

Open the app using npm run start.

## 🚀 Deployment <a name = "deployment"></a>

You can deploy this page to Netlify.

## ⛏️ Built Using <a name = "built_using"></a>

- [Javascript](https://www.mongodb.com/) - Programming language
- [Webpack](https://expressjs.com/) - Bundle
- [HTML](https://vuejs.org/) - The body
- [CSS](https://nodejs.org/en/) - Styles

## ✍️ Authors <a name = "authors"></a>

- [@fernandocutire](https://github.com/FernandoC1217) - Build by
- [@jonasschmedtmann](https://github.com/jonasschmedtmann) - Idea & Initial Work

See also the list of [contributors](https://github.com/FernandoC1217/Forkify/contributors) who participated in this project.

## 🎉 Acknowledgements <a name = "acknowledgement"></a>

- It was a fun project
- Only uses vanilla Javascript
- Project of Udemy course Jonas
Binary file added dist/.DS_Store
Binary file not shown.
Loading

0 comments on commit 58ecae2

Please sign in to comment.