Skip to content

axelavargas/hw-the-awesome-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge assigment November 2019

This project was bootstrapped with Create React App.

The Challenge

The challenge was to build 'The Awesome Q/A tool'

Acceptance Criteria Implemented

  • List created questions
  • Each answer is hidden by default, opening when clicking
  • Add initial question
  • Add new question through a form
  • Delete all questions
  • Sort questions alphabetically
  • Create explanation of each sections (using own implementation of tooltip)

Optional requirements:

  • Delete single question
  • Add checkbox for adding a question with 5 seconds delay

Some things that I could improve/add in the future

  • Improve tooltip implementation: current implementation is not scalable, I am assuming a tooltip of max 3 lines, not taking into account the size of the tooltip.
  • Implement edit feature
  • Add documentation for components (maybe using Docz)
  • Move towards typescript, I did not use it because i am not fully familiar with it
  • Add testing for the components, so far I just tested everything that has to do with the store.

Available Scripts

In the project directory, you can run:

npm install

Install all the dependencies

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.

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

See the section about deployment for more information.

About

Challenge assignment 2019 - the awesome QA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published