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
- Host: GitHub
- URL: https://github.com/eltonlazzarin/wdg-frontend-challenge
- Owner: eltonlazzarin
- Created: 2020-01-08T23:33:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T21:45:30.000Z (over 5 years ago)
- Last Synced: 2025-03-26T13:50:59.525Z (9 months ago)
- Topics: api, axios, frontend, frontend-challenge, jsx, reactjs, reactjs-crud
- Language: JavaScript
- Homepage:
- Size: 37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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




## :rocket: Frontend Technologies (WebApp)

- [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/)