Frontend Library
npm install @willphan1712000/frontend
Run this command in your terminal (note: this assumes you have installed Nodejs)
``npm`
npm i @willphan1712000/frontend
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a Pull Request with a fix, reference the issue you created
You can connect to me at Facebook Instagram
You can make contributions to this project by adding new UI ideas that stand out so we can compete ones generated by AI.
To test a package, run
`npm`
npm link
On the other frontend environment, run
`npm`
npm link @willphan1712000/frontend
> [!NOTE]
> if you encounter the problem "3. You might have more than one copy of React in the same app?"
> it means your application has loaded two different React instances. This breaks React Hooks, which rely on a single, shared state.
> Run this to connect to react in your testing project
`npm``
npm link