You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The small project within the ReactJs course I have been learned hooks and states. The techs implemented in the project where fetch requested and response was published on the page. It was used selectors on the page where users can choose the postID. The postID is impact on url address and data(array) which is related to exact request comes back …
The repository consists of all mini-apps made with React, in a time span of 30 days 📆. The apps are specifically for learning various concepts of React
Spectral forecast is a novel general-purpose prediction model recently published in the journal CHAOS. The model revolves around three known states: two extreme outcomes (A and B) and one measurement (P). These states are represented by either vectors or matrices that include sets of homologous parameters.
App para reorganizar os municípios brasileiros em novos estados e ver como cada um deles iria se sair. Eu sempre quis um app como esse, mas nunca encontrei, então me perguntei, por que não?
The project within the study of React redux. The project contain a shopping cart where customers can add a product to a cart. The costs, title and total amount is send to redux storage and by reducers changes state and then rerender it on a page. The page is mobile adapted. The shopping cart has a navigation from a goods list to the cart list an…
Predictions with Markov Chains is a JS application that multiplies a probability vector with a transition matrix multiple times (n steps - user defined). On each step, the values from the resulting probability vectors are plotted on a chart. The resulting curves on the chart indicate the behavior of the system over n steps.