Giter Club home page Giter Club logo

kanap's Introduction

Projet 5 Openclassroom: Kanap

Objectif du projet

Réalisation de la partie front-end Javascript du site e-commerce Kanap (marque de canapés) Spécifications fonctionnelles

L’application web est composĂ©e de 4 pages dont les fonctionnalitĂ©s suivantes doivent ĂȘtres codĂ©es en Javascript :

● Une page d’accueil montrant (de maniùre dynamique) tous les articles disponibles à la vente.

● Une page “produit” qui affiche (de maniĂšre dynamique) les dĂ©tails du produit sur lequel l'utilisateur a cliquĂ© depuis la page d’accueil. Depuis cette page, l’utilisateur peut sĂ©lectionner une quantitĂ©, une couleur, et ajouter le produit Ă  son panier.

● Une page “panier”. Celle-ci contient plusieurs parties : ○ Un rĂ©sumĂ© des produits dans le panier, le prix total et la possibilitĂ© de modifier la quantitĂ© d’un produit sĂ©lectionnĂ© ou bien de supprimer celui-ci. ○ Un formulaire permettant de passer une commande. Les donnĂ©es du formulaire doivent ĂȘtre correctes et bien formatĂ©es avant d'ĂȘtre renvoyĂ©es au back-end. Par exemple, pas de chiffre dans un champ prĂ©nom.

● Une page “confirmation” : ○ Un message de confirmation de commande, remerciant l'utilisateur pour sa commande, et indiquant l'identifiant de commande envoyĂ© par l’API. Back end Prerequisites

You will need to have Node and npm installed locally on your machine. Back end Installation Clone this repo. From the "back" folder of the project, run npm install. You can then run the server with node server. The server should run on localhost with default port 3000. If the server runs on another port for any reason, this is printed to the console when the server starts, e.g. Listening on port 5500.

kanap's People

Contributors

rose-pauline avatar

Watchers

 avatar

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.