rbeaujon / Matic

Logic Fibonacci, Count words, FizzBuzz and SPA that manage a CRUD API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Technical details

Front-End: React, JS and SCSS

Views

Logic Games

Laptop

Mobile

Ipad

Articles

Laptop

Mobile

Previous Articles

Edit Articles

Lastest Articles

Add Articles

Project Hosting

https://aistica.com/matic/

Available Scripts

In the project directory, you can run:

npm 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

Browser views

Local [http://localhost:3000]

Remote [https://aistica.com/matic]

API Endpoints

api.recruitment.matic.io

Out of scopes

* More elegant UI.
* Media queries for landscape.
* Improve errors detections.

About

Logic Fibonacci, Count words, FizzBuzz and SPA that manage a CRUD API


Languages

Language:JavaScript 48.3%Language:SCSS 47.2%Language:HTML 4.5%