2023-06-25 18:41:06 +00:00
|
|
|
# Frontend assignment :technologist:
|
2023-06-25 18:29:30 +00:00
|
|
|
|
2023-06-25 18:41:06 +00:00
|
|
|
## Prerequisites :package:
|
2023-06-25 18:29:30 +00:00
|
|
|
|
2023-06-25 18:41:06 +00:00
|
|
|
To complete this assignment on your machine you need the following installed:
|
2023-06-25 18:29:30 +00:00
|
|
|
|
2023-06-25 18:41:06 +00:00
|
|
|
- Git
|
|
|
|
- NodeJS
|
|
|
|
- A code editor
|
|
|
|
- A web browser
|
|
|
|
## Get started :rocket:
|
2023-06-25 18:29:30 +00:00
|
|
|
|
2023-06-25 18:41:06 +00:00
|
|
|
1. Fork this repository and clone it to your local machine
|
|
|
|
2. Run `yarn install` to install dependencies
|
|
|
|
3. Run `yarn start` to run the React Development server
|
|
|
|
4. Open the application in you browser `localhost:3000` and follow the instructions
|
|
|
|
5. Profit?!
|