The following project is an application created in React version 18.2.0 to show 3 logic functions (Fibonacci, Count Words, FizzBuzz) and one SPA that handles one CRUD API.
The App has unit testing for all modules with JEST using react-scripts: 5.0.1.
The API is https://www.api.recruitment.matic.io/docs/#/Articles/. The design was provided by Figma document and adapted for work on mobile with Middle and High Resolutions in portrait mode.
Front-End: React, JS and SCSS
In the project directory, you can run:
start: Run this script to execute the development server available for your React application.
test: In order to run the testing mode, using react-scripts: 5.0.1
build: This sets and creates a build directory with a production build of your app
Local [http://localhost:3000]
Remote [https://aistica.com/matic]
* More elegant UI.
* Media queries for landscape.
* Improve errors detections.