Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irangarcia/avatar-uploader
upload and crop an avatar
https://github.com/irangarcia/avatar-uploader
react react-testing-library sass typescript
Last synced: 9 days ago
JSON representation
upload and crop an avatar
- Host: GitHub
- URL: https://github.com/irangarcia/avatar-uploader
- Owner: irangarcia
- Created: 2021-04-21T23:38:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T15:32:52.000Z (almost 4 years ago)
- Last Synced: 2024-11-16T07:16:50.246Z (2 months ago)
- Topics: react, react-testing-library, sass, typescript
- Language: TypeScript
- Homepage: https://avatar-uploader.vercel.app
- Size: 464 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Avatar Uploader | Challenge
A React component to upload and crop avatars.
Technologies ·
Getting Started ·
Demo
## Technologies
- [React](https://reactjs.org)
- [TypeScript](https://typescriptlang.org)
- [Sass](https://sass-lang.com/)
- [React Testing Library](https://testing-library.com/)
- [React Easy Crop](https://ricardo-ch.github.io/react-easy-crop/)## Getting Started
```bash
# Clone this project
$ git clone https://github.com/irangarcia/avatar-uploader# Access
$ cd avatar-uploader# Install dependencies
$ yarn install# Run the project
$ yarn start# To run tests
$ yarn test# The server will initialize in the
```## Demo