Everything you need to get setup is within this repository. If you'd prefer not to use the code provided here that is fine. However, if you do use it we ask that you do not 'Fork' this repository, and instead you clone it.
We're using Typescript at Inshur, so if you can we'd love to see you using it. However, if you'd prefer to use Javascript that's fine, you can clone our other repository here.
git clone https://github.com/Inshur/welcome-to-inshur.git
cd welcome-to-inshur
yarn install
yarn start
In order to get to know you we'd like you to create yourself a profile page.
No profile page is complete without the following:
- Your profile picture (can be of anything)
- Your name
- Your job title
- Your favourite food
- The API
- Jest
- React Hooks
- CSS
You may take however long you wish but please keep in mind that this is a talking point it doesn't have to be perfect
Once you're satisfied with your work, please push it up to a public GitHub repository and send us the link.
If you've chosen to clone this repository, use this command to replace the origin URL with a repository URL you've created:
git remote set-url origin [YOUR_REMOTE_URL]