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

https://github.com/eltonlazzarin/wdg-frontend-challenge

Project that consumes a fake API simulating user editing and deletion
https://github.com/eltonlazzarin/wdg-frontend-challenge

api axios frontend frontend-challenge jsx reactjs reactjs-crud

Last synced: 2 months ago
JSON representation

Project that consumes a fake API simulating user editing and deletion

Awesome Lists containing this project

README

          





Project that consumes a fake API simulating user editing and deletion


This is a simple project that consumes a fake API showing all users included, in addition to simulating editing, deleting these data



GitHub top language

GitHub language count

GitHub last commit

GitHub issues

## :rocket: Frontend Technologies (WebApp)

Github Search Page

- [ReactJS](https://reactjs.org/)
- [React Router v5](https://github.com/ReactTraining/react-router)
- [styled-components](https://www.styled-components.com/)
- [Axios](https://github.com/axios/axios)
- [React-Icons](http://react-icons.github.io/react-icons/)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)

## :information_source: How To Use

```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/wdg-frontend-challenge.git

# Go into the repository
$ cd wdg-frontend-challenge

# Install dependencies
$ yarn

# Run the app
$ yarn start
```

### API used for this project

https://reqres.in

### Login username and password

email: eve.holt@reqres.in

password: cityslicka

## :memo: License

### This project is under the MIT license.
---

Made with ♥ by Elton Lazzarin :wave: [Get in touch!](https://www.linkedin.com/in/eltonlazzarin/)