Welcome and thank your for joining this hackjam.
Go to the instructions
folder and start hacking
The HackJam is a free learning event organised by Hackages, it takes place generally in the evening for 3 hours, where tech profiles get together to learn a new technology or new features of a specific technology.
On hackjam.io you will find especially designed Test Driven Learning HackJam, you can learn and progress on many topics all guided by tests.
- How to start a React project
- How to create components
- The difference between State vs Props in React
- How to use React Hooks
- An overview of Redux with React
Hackages is a tech-education company focusing on all aspects of IT-Development. We provide a professional standard of training sessions to grow your skillset and realise developer projects through our expertise in training, product development and consultancy.
Visit us at https://hackages.io/
To start this hackjam first install all project's dependencies by running the command
yarn install
or npm install
.
You can see the App
you are building by running the command yarn start
or npm start
. The app does not work right now, you need to fix it first.
All exercises instructions are under the folder instructions
.
This HackJam is designed by Test Driven Learning, which means there are tests to guide you in the right direction. The more you succeed building the app the more green tests you will have. To run the tests you can type the command: yarn test
or npm test
.
Once all the tests are green, and you're satisfied with the quality of your code you can commit
and push
your current version. If you're not familiar with git here the procedure:
- First
add
the modification you've made with the commandgit add src
(type this command at the project root folder) - Then
commit
the modification with the commandgit commit -m "Exercise complete !"
- Then
push
the code using the commandgit push origin
Once we've received your code we will check it and if all is good we will provide you the next exercise. To check the progression go to http://app.hackjam.io/ and go to My HackJam
section.
If you're stuck somewhere, do not hesitate to go on http://app.hackjam.io/ or https://hackages.io/ and ask for help.
Hope you'll enjoy and learn a lot !
(C) 2020 HackJam, All rights reserved