Skip to content

This project is a challenge on GoStack Bootcamp at Rocketseat using ReactJS to retrive data from Back-end

Notifications You must be signed in to change notification settings

Odilomar/GoStack-Repository-Front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 GoStack Repository Front-end with ReactJS

This project is a challenge on GoStack Bootcamp at Rocketseat using ReactJS to retrive data from Back-end

📌 Required

You can use Node or Yarn as package manager.

With Node:

  node v12.18.0

With Yarn:

  yarn v1.22.4

📦 Instalation

Download the files from repository and install all packages to run the project;

With Node:

  npm install

With Yarn:

  yarn

🎨 Run

After downloading files and run scripts above, run the follow commands.

With Node:

  npm run start

With Yarn:

  yarn start

✨ Functionalities

List all repositories from API

  • The application should create a list with the 'title' of all repositories that are created in API;

Add repository in API

  • The application should add a new item in API through a 'Adicionar' button and, after create a new repository, has to add the item in the list;

Remove one repository in API

  • For each item in the list, the application should have a button with 'Remover' text that, after click, will call a function to remove the item in the list of item and in the API;

✅ Tests

For tests, run the follow commands.

With Node:

  npm run test

With Yarn:

  yarn test

Tests Especifications

Should be able to add new repository

  • To past in this test, the application should allow that one repository has add to the back-end and the list of item in the front-end;

Should be able to remove repository

  • To past in this test, the application should allow to click in remove button and the item be removed from back-end and front-end;

📝 License

This project is under MIT license. See LICENSE for more details.

About

This project is a challenge on GoStack Bootcamp at Rocketseat using ReactJS to retrive data from Back-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •