Giter Site home page Giter Site logo

contact-card's People

Contributors

michaelzimm20 avatar

Watchers

 avatar

contact-card's Issues

Import Images for Use with webpack

User story:

As an app user, I want to view logos and images in my app.

Acceptance criteria:

It is done when the logo appears in the top right of the app.

It is done when the dog and bear profile images appear on the app’s form.

Implement CRUD functionality to store contact data using the browser’s IndexedDB database

Expected Behavior
User story:

As a developer, I want to read and write to an IndexedDB database so that I can meaningfully utilize data persisted within the IndexedDB database with my application.

Acceptance criteria:
It is done when the application can read and output data stored in the IndexedDB database.

It is done when the application can write, or POST, to the IndexedDB database.

It is done when the application can create and store data in the IndexedDB database.

Add Flexibility to webpack with HTML and CSS Plugins

Expected Behavior

As a developer, I want a separate index.html generated when a dist directory is created.

Acceptance criteria:

It is done when an index.html file is generated and included in the dist directory when the webpack build process is run.

Using Webpack

It is done when webpack and webpack command line tools are installed in the client directory.

It is done when the private property in the package.json is set to true.

It is done when an index.js file is added to the client/src/js directory.

It is done when the form.js and submit.js files are imported into the index.js file.

It is done when a webpack.config.js file appears at the root of the client directory.

It is done when the script npm run build can be used to run a local copy of webpack via the command line.

Configure the application to use IndexedDB

Expected Behavior
User story:

As a developer, I want to configure the application to use an IndexedDB database so that data can be persisted and queried.

Acceptance criteria:

It is done when the application contains the code necessary to establish a connection to an IndexedDB database within a database.js file.

Deploy to Heroku Staging

Expected Behavior
User story:

As a developer, I want to deploy my app to a production-like environment during each stage of the build using a Heroku staging environment.

Acceptance criteria:
It is done when an engine key pair and Heroku build hook has been added to the root package.json.

It is done when the app runs successfully when tested in the feature branch using heroku local web and no error message appears.

It is done when the issue is closed and the work done in the feature branch has been merged to main.

It is done when a Heroku staging app is successfully deployed from the main branch.

Import CSS Using webpack Loaders

User story:
As a developer, I want to be able to import my CSS files directly into my client/src/js/index.js entry point.

Acceptance criteria:

It is done when style-loader, css-loader, babel-loader, @babel/core, and @babel/preset-env appear as dev dependencies in the client package.json.

It is done when a rule has been added in the client/webpack.config.js file that uses style-loader and css-loader to preprocess CSS files.

It is done when the client/src/css/index.css file has been imported into the webpack entry point.

It is done when JavaScript files can be transpiled using Babel.

Add a service worker using Workbox

As a developer, I want to identify use cases of service workers in a PWA.

As a developer, I want to add caching of all assets with Workbox's GenerateSW class

As a developer, I want to impement runtime caching.

As a developer, I want to use Workbox's InjectManifest class to generate a list of URLs to precache and use a custom service worker

Import Compiled CSS Module

Expected Behavior
As a developer, I want to import Bootstrap into my webpack entry point.

Acceptance criteria:

It is done when bootstrap and @popper/core appear as dependencies in my client/package.json.

It is done when I have imported the compiled Bootstrap module and needed plugins into the webpack entry point.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.