Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pathei-kosmos authored Jan 10, 2023
1 parent f1ba3e7 commit 4623c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Application created with [React](https://reactjs.org/) and [Vite](https://vitejs.dev/).


The app uses [functional components](https://reactjs.org/docs/components-and-props.html#function-and-class-components) and the [useState](https://reactjs.org/docs/hooks-state.html), [useEffect](https://reactjs.org/docs/hooks-effect.html) and [useRef hooks](https://beta.reactjs.org/reference/react/useRef). It interacts with a [json-server](https://github.com/typicode/json-server) simulated [REST API](https://www.redhat.com/en/topics/api/what-is-a-rest-api) and supports all [CRUD operations](https://developer.mozilla.org/en-US/docs/Glossary/CRUD). It `fetch()` (GET) the list stored in the database on loading, then allows the user to create (POST), update (PATCH) or remove (DELETE) its elements and search among them.
The app uses [functional components](https://reactjs.org/docs/components-and-props.html#function-and-class-components) and the [useState](https://reactjs.org/docs/hooks-state.html), [useEffect](https://reactjs.org/docs/hooks-effect.html) and [useRef hooks](https://beta.reactjs.org/reference/react/useRef). It interacts with a [json-server](https://github.com/typicode/json-server) simulated [REST API](https://www.redhat.com/en/topics/api/what-is-a-rest-api) and supports all [CRUD operations](https://developer.mozilla.org/en-US/docs/Glossary/CRUD). It `fetch()` ([GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)) the list stored in the database on loading, then allows the user to create ([POST](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST)), update ([PATCH](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH)) or remove ([DELETE](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/DELETE)) its elements and search among them.

<p align="center">
<img src="https://github.com/pathei-kosmos/groceries-list/blob/master/demo.gif?raw=true" alt="Demo gif" height="500" />
Expand Down

0 comments on commit 4623c60

Please sign in to comment.