/BookACook-client

fullstack: javascript, react, redux

Primary LanguageJavaScript

BookACook

What this project is about

This is my own FullStack concept project. This is a website for booking a cook/chef to visit your place and cook the food that the customer chose. For more info why I am doing this checkout: Goals for this project

Table of contents:

Screenshots

Homepage Registration Login CreateMenu1 CreateMenu2

Technologies used

👀👇 Click links to view some samples in this project 👇👀

Goals for this project:

Features to be included in the future:

  • Functional shopping cart
  • Functional search feature
  • Send email/sms to cooking when booking
  • Chat feature between customers and cook
  • Filter dishes by category, dish name, location

👀👇 Click links to view the pull requests 👇👀

My git workflow

In this project I try to use:

  • Good commit messages
  • Well named branches
  • Pull requests with summaries

If you have feedback to improve my git usage or wants to help out in this project: please drop me a line!

Here is my branching model for this project.

master (auto deploys) ______________________
                       \               /
development             \_____________/- pull request
                         \           /
feature/some-feature      \_commits_/- pull request

My agile workflow and wireframe with agile user stories in Trello board

I try to maintain a backlog eventhough I'm working on a project by myself. That way people can quickly jump in and start helping out. It also displays how I split up my tasks and try to build this project in an iterative and incremental way!

Wireframes

Check out the wireframes for this project in my mockfow here

User-story

Check out the user stories in my trelloboard here

Server-repo

The server side of this project is an Express server connected to a Sequelize database. Click here for more details