I 've taken this relatively small project to refresh my core skills in my stack (HTML,CSS,JS) and then modified the code with react .
- HTML5
- Css3 modules
- Javascript (ES6)
- React without redux or context
This project is part of the crash course provided by Jonas shmedtmann .
I did not stick to his instructions but I make use of this chance to challenge my self in applying my knowlege and leverage my skills.
This is obvious in the difference in the approach between my code and his(splitting the components into separate files as an example)
I added also a nice Loading spinner as a re-usable component
- adding new fact in the form.
- selecting specific category from all facts.
- adding votes (not fully handled in the backend).
- adding authentication.