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

Feedback #1

Open
wants to merge 11 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
App Eatable-Products

Design: here
API endpoint: https://codeable-eatable-api.herokuapp.com
Backend API: here
Eatable - Product Dashboard
You have been appointed to build the Products Dashboard for Eatable App.

Requirements
The product dashboard should accomplish the following:

It should be built with React reusable components.
It should connect to an external API to fetch and persist data.
It should use CSS in JS for the styles using Emotion.
It should be able to handle page refreshes without losing the current state of the app. (LocalStorage or SessionStorage are both valid).
It should handle errors by showing useful messages to the user.
Main user stories
As a user, I want to...

See a list of all products currently created on the database
Be able to create a new product using a form (showing the errors if there are any)
Be able to update a product using a form (showing the errors if there are any)
Be able to delete a product. A modal should appear on the screen to confirm the deletion.
Loading