This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
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
- React JS (v16.8)
- Material UI
- SASS