Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jleung51/sapatar
Virtual gamified engagement platform for SAP iXp Interns to create and customize an avatar. React website with Redux and Bootstrap.
https://github.com/jleung51/sapatar
babel bootstrap css html javascript node nodejs npm react redux webpack
Last synced: about 1 month ago
JSON representation
Virtual gamified engagement platform for SAP iXp Interns to create and customize an avatar. React website with Redux and Bootstrap.
- Host: GitHub
- URL: https://github.com/jleung51/sapatar
- Owner: jleung51
- License: mit
- Created: 2020-07-17T18:51:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T17:18:21.000Z (over 3 years ago)
- Last Synced: 2023-03-03T07:38:36.406Z (almost 2 years ago)
- Topics: babel, bootstrap, css, html, javascript, node, nodejs, npm, react, redux, webpack
- Language: JavaScript
- Homepage: https://sapatar.netlify.app/
- Size: 5.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAPatar
![Licence: MIT](https://img.shields.io/github/license/jleung51/SAPatar)
Virtual gamified engagement platform for iXp Interns to create and customize an avatar.
![SAPatar screenshot](./readme-img/screenshot.jpg)
**React website** created with Redux and Bootstrap. It uses the [SAPataaars](https://www.npmjs.com/package/sapataaars) npm library, an extension of the [avataaars](https://github.com/fangpenlin/avataaars) library.
**View** the website deployed on Netlify [here](https://sapatar.netlify.app/), and **learn more** about the project [here](https://youtu.be/HGdrZe228aw).
## Credits
This project was created by Tiffany Ren, Jane Chang, Cassey Peng, Priscilla Lee, Jordan Yep, [Zhi Guo](https://github.com/LeQuint), and [Jeffrey Leung](https://github.com/jleung51).
## Setup
First, install [Node.js](https://nodejs.org/en/download/).
Clone the repository:
```shel
git clone https://github.com/jleung51/SAPatar
```Install the necessary packages:
```shell
npm install
```Start the server locally:
```shell
npm start
```The website will be available on port 8080 (http://127.0.0.1:8080).