ambled / doordash

Food delivery landing page

Home Page:https://doordash.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoodDash landing page ⚡️

GitHub license

Introduction 🔈

DoodDash is a food delivery landing page.

Features ⚡️

⚡️ Modern UI Design
⚡️ Styled with Styled SCSS
⚡️ Fully Responsive
⚡️ Valid HTML5 & CSS#
⚡️ Created with Webpack
⚡️ Well organized documentation

Browser Support 🎉

Chrome Opera Edge Firefox Safari
Chrome ✔ Opera ✔ Edge ✔ Firefox ✔ Safari ✔

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 📋

You'll need Git and Node.js (which comes with NPM) installed on your computer.

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

Also, you can use Yarn instead of NPM ☝️

yarn@v1.21.1 or higher

How To Use 🔧

From your command line, first clone DoorDash landing page ⚡️:

# Clone this repository
$ git clone https://github.com/Res01uti0n/doordash.git

# Go into the repository
$ cd doordash

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm start

Using Yarn:

# Install dependencies
$ yarn

# Start development server
$ yarn start

and type in browser http://localhost:3000

Technologies used 🛠️

Code technologies I got involved with while working on this project.

Deploy 📦

Netlify

Netlify Status

License 📄

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Food delivery landing page

https://doordash.netlify.app

License:MIT License


Languages

Language:HTML 52.3%Language:SCSS 29.3%Language:CSS 11.9%Language:JavaScript 6.5%