Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ziyadbouazara/yelp-clone

Social Media to share, review and browse restaurants
https://github.com/ziyadbouazara/yelp-clone

Last synced: 6 days ago
JSON representation

Social Media to share, review and browse restaurants

Awesome Lists containing this project

README

        

# Images
Screenshot 2024-05-02 at 2 29 44 PM
Screenshot 2024-05-02 at 2 26 18 PM
Screenshot 2024-05-02 at 2 27 12 PM
Screenshot 2024-05-02 at 2 27 19 PM
Screenshot 2024-05-02 at 2 27 58 PM
Screenshot 2024-05-02 at 2 37 04 PM
Screenshot 2024-05-02 at 2 37 11 PM

# vue-starter

Kit de départ préconfiguré utilisant [vue-cli](https://cli.vuejs.org/), [ESLint](https://eslint.org/) avec [Prettier](https://prettier.io/) et [Jest](https://jestjs.io/).

## Prérequis

- Git [Windows](http://www.git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Windows), [Mac](http://www.git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Mac), [Linux](http://www.git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Linux)
- [Node.js](https://nodejs.org/en/) (version LTS recommandée)

Vérifier que Node est installé avec la commande:

```bash
node -v
```

Vérifier que Node est installé avec la commande:

```bash
npm -v
```

## Installation

```bash
# install dependencies
npm install
```

## Développement

```bash
# serve with hot reload at localhost:8080
npm run serve
```

## Livrable 1

Faites vos modifications aux fichiers `Home.vue`, `Navigation.vue`, `Restaurant.vue` et `User.vue`. Ajoutez votre HTML dans la balise `` et votre CSS dans la balise `` de chacun des components. Vous pouvez également modifier la structure de fichiers si vous désirez.

## Livrable 2-3

Libre à vous de modifier la structure des fichiers.

## Notes

### ESLint

ESLint est configuré afin de respecter un certain standard de code à travers votre équipe. Il est basé sur la configuration de Prettier. qui rassemble les règles de base populaires. Libre à vous de modifier cette configuration via `.eslintrc.js`.