Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajgadev/technical-test-add-items-react
Add and remove items in a list and implements some testing
https://github.com/ajgadev/technical-test-add-items-react
Last synced: about 1 month ago
JSON representation
Add and remove items in a list and implements some testing
- Host: GitHub
- URL: https://github.com/ajgadev/technical-test-add-items-react
- Owner: ajgadev
- Created: 2023-10-22T09:04:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-22T09:06:09.000Z (about 1 year ago)
- Last Synced: 2024-05-04T13:35:38.847Z (8 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical test React
- Use ts
- Create an input and a button to add elements into a list
- Provide a delete button for each element
- Implement an end to end test
- Refactor
- Change SEO (title, description) of the page# How to run
- npm install
- npm run devTo run the test
- npm run test# Learning Notes
- Test was implemented with vitest, using happy-dom and testing-library
- The company said it was a Senior level test, but it's kinda easy. The only problem was that it was given only 40min and i couldn't finish everything cause I'm not really well versed with writing tests.