https://github.com/shevchenkool/http-requests-async-await
https://github.com/shevchenkool/http-requests-async-await
async-await axios html-css-javascript notiflix parcel-bundler sass
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shevchenkool/http-requests-async-await
- Owner: ShevchenkoOl
- Created: 2024-05-10T20:44:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T15:06:26.000Z (12 months ago)
- Last Synced: 2024-05-21T16:28:40.301Z (12 months ago)
- Topics: async-await, axios, html-css-javascript, notiflix, parcel-bundler, sass
- Language: JavaScript
- Homepage: https://shevchenkool.github.io/http-requests-async-await/
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP requests, async/await
This project was built using the parcel project builder and displays the query methods:
Method Description:
- POST Operation create - create a new resource;
- GET Read operation - retrieve a set of resources or one resource behind an identifier;
- PUT and PATCH Operation update - update the resource behind the identifier;
- DELETE Delete operation - delete a resource behind an identifier.In addition, asynchronous functions are used using the async/await syntax.
## How to Use the Repository
1. Clone the repository: `git clone https://github.com/ShevchenkoOl/http-requests-async-await.git`
2. use ```npm install``` command to install package dependencies
3. Navigate to the relevant section to explore the corresponding material.
4. Open files and study the provided code examples.
## Author
This repository was created and maintained by [Oleksii Shevchenko](https://shevchenkool.github.io/portfolio/). Questions, suggestions and feedback can be directed to [email]([email protected]) or [linkedin profile](linkedin.com/in/oleksii-shevchenko-535ab61b8).
If you have any questions or suggestions, feel free to create an issue or submit a pull request.**Best of luck with learning JavaScript!**