Micro Frontend Architecture React todo application.
Technology used
React, TypeScript, WebPack, Tailwind, Jest
Follow below sequence to run the application
- Run Foundation UI application first
- Run Todo APP
This app holds atomic components such as
<RadioButton /><TextBox /><Checkbox /><Button />
Install packages
npm install
Start application at port no 3001
npm start
Hit Localhost:3001
Test suite command run at root directory
npm test
These components are being used inside Todo App
This is a TODO app.
Install packages
npm install
Start application at port no 3002
npm start
Hit Localhost:3002
Test suite command run at root directory
npm test
