Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.73 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.73 KB

Application Portfolio

This project was bootstrapped with Create React App.

Live Demo

Open Application Portfolio

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

About app

This is a single page web application where the users are able to manage their portfolio of applications with the next use cases.

  • User should be able to see the list of applications
  • User should be able to see how many application it has in one glance
  • User should be able to filter the applications by name
  • User should be able to know how many versions has each application
  • User should be able to create a new application
  • User should be able to delete an existing application
  • User should be able to navigate to the details view of each application
  • In the details view, user should be able to see the list of versions
    • current version should be remarked
    • version date is render is this format: YYYY-MM-DD (e.g 2019-06-22)
  • In the details view, user should be able to create a new version
  • In the details view, user should be able to delete an existing version

Frontend Tech:

  1. React JS (v16.8)
  2. Material UI
  3. SASS