Challenge assigment November 2019
This project was bootstrapped with Create React App.
The challenge was to build 'The Awesome Q/A tool'
- 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
- 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.
In the project directory, you can run:
Install all the dependencies
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.
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.