Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code review #3

Open
wants to merge 32 commits into
base: review2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a89074e
first commit-creation of bac-client
jendhordejan Mar 5, 2020
32d0725
creation of development branch
jendhordejan Mar 5, 2020
1e79b46
signup-cook feature: created the form and sending data for table inse…
jendhordejan Mar 5, 2020
fb8fda7
changing interface of signup
jendhordejan Mar 8, 2020
2628b39
created SignupContainer.js to handle hooks
jendhordejan Mar 8, 2020
bee938c
finalize design of signup feature
jendhordejan Mar 8, 2020
9d270ff
fully completed singup feature and started created login page design
jendhordejan Mar 9, 2020
924c9da
cleaned up old, unused components
jendhordejan Mar 9, 2020
d43888a
created menu step-by-step page design
jendhordejan Mar 10, 2020
1f177f0
updated create-menu-dish-feature interface
jendhordejan Mar 11, 2020
24dbc05
Merge pull request #1 from jendhordejan/create-menu-dish-feature
jendhordejan Mar 11, 2020
77ae2d5
migrated some component in create menu-dish feature from functional t…
jendhordejan Mar 12, 2020
34ee4d9
completed create menu and dish feature. completed also login feature
jendhordejan Mar 12, 2020
ac183fe
Merge pull request #4 from jendhordejan/create-menu-dish-feature
jendhordejan Mar 13, 2020
2a24573
fixed upload image function in menu creation feature
jendhordejan Mar 14, 2020
95481c7
fix loosing redux state when creating menu; replace uploadImage into …
jendhordejan Mar 14, 2020
61253a1
added screenshots
jendhordejan Mar 23, 2020
4f042d4
Update README.md
jendhordejan Mar 23, 2020
dc534f4
deploy-heroku
jendhordejan Mar 29, 2020
cf928ae
Merge pull request #6 from jendhordejan/deploy-heroku
jendhordejan Mar 29, 2020
adf10a8
completed feature to display menus of books at dashboard
jendhordejan Apr 3, 2020
8963143
revised menu card size in dashboard
jendhordejan Apr 4, 2020
8c86403
Merge pull request #7 from jendhordejan/display-menu-cards
jendhordejan Apr 4, 2020
eaf5b51
completed display of dishes in homepage
jendhordejan Apr 8, 2020
070cd9f
home-display-dishes
jendhordejan Apr 11, 2020
457096a
Merge pull request #8 from jendhordejan/home-display-dishes
jendhordejan Apr 11, 2020
17e926f
Update README.md
jendhordejan Apr 11, 2020
33c8a40
Update README.md
jendhordejan Apr 11, 2020
edc8ef8
changed db connection to heroku
jendhordejan Apr 29, 2020
0dc02e2
Merge pull request #9 from jendhordejan/dbtoheroku
jendhordejan Apr 29, 2020
81e714e
repush heroku connection
jendhordejan Apr 29, 2020
caa1ff1
Merge pull request #10 from jendhordejan/dbtoheroku
jendhordejan Apr 29, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 0 additions & 68 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,68 +0,0 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br />
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.<br />
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

### Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

### Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

### Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

### Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

### `npm run build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
Loading