Skip to content

Latest commit

 

History

History
122 lines (103 loc) · 3.83 KB

README.md

File metadata and controls

122 lines (103 loc) · 3.83 KB

Contributors Forks Stargazers Issues MIT License


react-dianping-clone

Table of Contents
  1. About The Project
  2. Requirements
  3. How to Run
  4. Usage
  5. License
  6. Contact

About The Project


This repository contains the source codes that simulate the UI of Dianping food delivery mobile app. It is not intended to create any kind of Dianping competitors, but to practice some advanced concepts in frontend development such as React, React-Router, and Redux. Just see it as a nice educational project that will help you improve your coding skills.

drawing



Components

  • Home
  • Orders
  • Checkout
  • Search

Built With


Requirements

  • npm
  • Git
  • React.js

How to Run

git clone https://github.com/cutePanda123/react-dianping-clone.git
cd react-dianping-clone
npm install
npm run

Usage

  • Home View

    drawing

  • Search View

    drawing

  • Checkout View

    drawing

  • Order History View

    drawing

License

Distributed under the MIT License. See LICENSE for more information.


Contact

Project Link: https://github.com/cutePanda123/react-dianping-clone