Skip to content

Front-end version for a food delivery service app for a restaurant in React/Redux

License

Notifications You must be signed in to change notification settings

Daymorelah/orderMeal-in-React-Redux

Repository files navigation

Build Status Test Coverage Coverage Status Maintainability

orderMeal-in-React-Redux

OrderMeal is a food delivery service app for a restaurant. This repo implements the front-end version of the app using React/Redux.

Screenshot

Features:

  • User can signup/register on the application
  • Users can login to the app

TECHNOLOGIES

The front-end was implemented using:

  • HTML A standard markup language for creating Web pages
  • CSS This describes how HTML elements are to be displayed on screen.
  • React A JavaScript library for building user interfaces.
  • Redux A predictable state container for JavaScript apps.

INSTALLATION

  • install Node js
  • Clone the repository git clone https://github.com/Daymorelah/orderMeal-in-React.git
  • CD into the project directory
  • Run yarn install to install dependencies
  • Run yarn start to get the app started on your local machine.
  • type http://localhost:3000/signup into your browser URL.

TESTING

To run tests:

  • CD into the project directory
  • Run yarn test to run tests on the app

To view the app on Heroku click here

Contributing

  • Fork this repository
  • Clone to your local machine: https://github.com/Daymorelah/orderMeal-in-React-Redux.git
  • Create your feature branch: git checkout -b ft-my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Write test for the new features
  • Push to the branch on GitHub: git push origin ft-my-new-feature-2178134
  • Submit a pull request against the development branch

Author

  • Ademola Hussain

Licence

MIT License

About

Front-end version for a food delivery service app for a restaurant in React/Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published