Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 dev

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