https://github.com/majid-l/vue-api-interface
A Vue.js app that provides an interface for one of my API projects. Authored using the Options API and featuring CRUD functionality, data fetching and Bootstrap styling.
https://github.com/majid-l/vue-api-interface
bootstrap vue-options-api vuejs
Last synced: 4 months ago
JSON representation
A Vue.js app that provides an interface for one of my API projects. Authored using the Options API and featuring CRUD functionality, data fetching and Bootstrap styling.
- Host: GitHub
- URL: https://github.com/majid-l/vue-api-interface
- Owner: majid-L
- Created: 2023-02-05T20:26:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T21:27:56.000Z (about 2 years ago)
- Last Synced: 2024-12-28T04:23:54.781Z (6 months ago)
- Topics: bootstrap, vue-options-api, vuejs
- Language: Vue
- Homepage: https://majid-L.github.io/vue-api-interface/
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js front end API interface
**[Link to my live app.](https://3782291211.github.io/vue-api-interface/)**In this Vue.js project, I have created an application that fetches and presents data from a Django/Python API that I have previously completed. This application allows users to fully interact with the API's endpoints and HTTP methods.
## Key product features:
- Data fetching using async/await
- Error handling
- Full range of CRUD operations
- Programmatic navigation with Vue Router
- Elegant styling with Bootstrap v5
- Meaningful UI updates with regards to loading and error states