Git Product home page Git Product logo

assignment's Introduction

DevSecOps Assessment

This repository contains the code for the DevSecOps Technical Assessment.

Made with Parcel, Tailwind and json-server.

Assignment

Assignment 3 – A React SPWA with 2 routes

The style and specific content of the website are up to you, but it should be a statically served SPWA with 2 routes (or pages):

  • 1 route calls an API and renders a series information cards based on what is returned
    • You may stub the API as just an async function that returns an array of objects, but it would be good to demonstrate fetch if you can call an actual API
    • The information should be easy to read on a variety of screen sizes.
  • The second route contains a form on which the user can update their personal information
    • The submission of the form should be handled without a page refresh.

The web application should also display the current user’s name in the top right of the screen.

Setup

NodeJS

Be sure you have a recent installation of nodejs.

Dependencies

Run npm install or yarn install to install dependencies.

Getting started

Run yarn start to start the Parcel development server. The PWA will be available on http://localhost:1234/.

Run yarn api to start the API server for the app.

If using Lando, just run lando start. The app will be available on http://labs.lndo.site.

assignment's People

Watchers

 avatar

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.