This application is the Front-end for the Back-end developed using Node.js.
The user should be able to add and remove repositories.
-
List repositories
: The application should be able to display a list with all the repositories that have been added. -
Add repository
: The application should be able to add a new repository by clicking the Adicionar (Add) button, and display the repository's name upon successfully adding it to the repositories' list. -
Remove repository
: Each item in the list should have a Remover (Remove) button that will remove the repository from the repository's list.
-
should be able to add new repository
: For this test to pass, the application should allow a repository to be added to the back-end and displayed in the front-end inside ali
tag. -
should be able to remove repository
: For this test to pass, the application should allow a repository to be removed from both the front-end and back-end.
- Run
yarn test
to run test suites
- Clone this repo using
git clone https://github.com/yagosansz/gostack11-challenge02.git
- Move yourself to the appropriate directory:
cd gostack11-challenge02
- Run
yarn
to install dependencies
- Run
yarn dev
to start the application
Made with ❤️ by Yago!