The Unique Pokemon project is created according to the assignment from The Odin Project lesson.
usaState
useEffect
async
and await
function return
a new Promise
and not actually the dataasync
and await
with reduce
const data = arr.reduce(async (total, current)=>{
// total will be array of promises because it is returned from async function
const totalResolved = await total;
},Promise.resolve(...)); // init value of total
wheel
event on the x-axis (instead of y-axis)shuffle
algorithmsaudio
and video
HTTPS - git clone https://github.com/minhhoccode111/memory-card-top.git
SSH - git clone [email protected]:minhhoccode111/memory-card-top.git
cd memory-card
npm install
npm start