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. Switch over to our other repository here if you want to show us what you've got. However, if you'd prefer to continue using Javascript that's fine.
git clone https://github.com/Inshur/welcome-to-inshur.js.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 anywhere up to 2+ hours on your profile if you wish.
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]