Skip to content

load data from external API to IndexedDb using jsstore, and list them with filtering options

Notifications You must be signed in to change notification settings

HusseinKaraki99/ec2-instances-listing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to run the project Locally

After cloning the repo run:

npm install

to install the required node_modules

then start to project locally:

npm start

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

Project Structure

JSstore

  • Storage_services ALl jsstore config are located on Storage_service folder.

  • idb_services idb_services file contain the connection config and the database.

  • instance_services instance_services file contain the operations functions to Get/Update/Insert/Delete records from Instances table.

Components

folder that conatain the ui components for now it contain only input.

App.js

main component that contain all scripts.

About

load data from external API to IndexedDb using jsstore, and list them with filtering options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published