Code Monkey home page Code Monkey logo

covid-forecasting's Introduction

covid-forecasting

Overview

https://blissful-golick-371b72.netlify.app

This is a covid-19 forecasting app made using NextJS, Typescript, eslint, prettier, Chakra-ui, Chartjs, Brain.js, minmaxscaler and Axios. The app asks for a number of days to predict how the infection rate is gonna be. I used data obtained from a covid-19 tracker api to feed our ai so it could make somewhat accurate predictions considering just the confirmed cases obtained from the api.

This project was bootstrapped with Create Next App.

present

Tech Stack

Devlopment

API

Linter

Usage

Comands

Install dependencies:

yarn (or npm i)

Done! Start the service:

yarn dev

#Development mode

# run the app in development mode
yarn dev
# next dev starts the application in development mode with hot-code reloading, error reporting, and more.

#Production mode

# When building the Next.js app for production, you'll want to use next build:
next build
# next build creates an optimized production build of your application. The output displays information about each route.

Size – The number of assets downloaded when navigating to the page client-side. The size for each route only includes its dependencies.
First Load JS – The number of assets downloaded when visiting the page from the server. The amount of JS shared by all is shown as a separate metric.

# Followed by either next start, when you want to start the production server:
next start
# next start starts the application in production mode. The application should be compiled with next build first.

# Or next export, when exporting the app as static HTML:
next export
# next export allows you to export your app to static HTML, which can be run standalone without the need of a Node.js server.

# For more information refer to  docs.

For more information refer to * [Next.js CLI](https://nextjs.org/docs/api-reference/cli) docs.

Project Structure

  • src/ code base;
  • src/hooks config and custom hook for data fetch, used to get the token and messages in this project;
  • src/components components isolated with its styling (if any);
  • src/context the QuizContext used for global state control of the quiz related data;
  • src/Pages/ first level router components;

Screenshots

preview

covid-forecasting's People

Contributors

guiduck avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.