A minimal introductory page for developers. Feel free to make yours!
This application has been deployed using AWS Amplify.
https://master.d1mxeizd5j5ul.amplifyapp.com
Github workflow is setup for this project which runs lint and test cases on opening a pull request.
Keeping responsiveness in mind, I have developed this app which can fit in all the devices - PCs to mobile devices.
Desktop view | Mobile view |
To run the application in development mode
npm run start
React testing library is being used for unit testing React components.
ESLint and prettier are configured in this project.
To run lint
npm run lint
To format the code
npm run format