Skip to content

tuotol/actionitem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task

Teams record things they want to do until the next retro as Action Items. Action Items contain a title and a description (both mandatory), and they can be edited, archived, and unarchived.

Your task is to implement a very basic UI to interact with an action item.

  • At the start, show a blank, new Action Item
  • The user should be able to fill in a title and details and then save the Action Item
  • A saved Action Item can be archived or edited again
  • An archived Action Item can be unarchived again
  • An archived Action Item cannot be edited

Available Scripts

In the project directory, you can run:

yarn start

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

The page will reload when you make changes.
You may also see any lint errors in the console.

yarn test

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

yarn 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.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published