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: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T17:18:21.000Z (almost 5 years ago)
- Last Synced: 2025-06-08T16:02:31.209Z (about 1 year 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: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
SAPatar

Virtual gamified engagement platform for iXp Interns to create and customize an avatar.

**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).