/react-challenge

Login and DataDriven webpage

Primary LanguageTypeScriptMIT LicenseMIT

Nick Block react + three.js Challenge!

Build and Run

To build and run the React challenge you must have npm installed

npm start

Opens in browser

http://localhost:8080

Three JS

The threejs challenge is added to the public folder, access:

http://localhost:8080/three.html

React Challenge Notes

Started from a fork of following template:

[https://github.com/divshekhar/react-typescript-template]

Bar chart:

[https://gist.github.com/saarw/8a99b684595f4f7e0095abd7b6b8d8b9]

Table:

[https://github.com/monsterlessonsacademy/monsterlessonsacademy/blob/431-tanstack-table-react/src/usersTable/UsersTable.tsx]