Giter Club home page Giter Club logo

ranking-taekwon-do-itf's Introduction

itf-ranking

Empty project.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

Open the file dist/index.html in your browser

Testing

To run unit tests:

npm test

To run cypress:

npm cypress:open

Apendix

ReactJS folder structure

๐Ÿ“ Components

This folder contains all of our application presentational components (Stateless Components).

๐Ÿ“ Containers

In this folder we have the Stateful components (Smart component) where we keep tracking the state.

๐Ÿ“ Constants

In this file we group all constants like regex.

๐Ÿ“ Helpers

Here we create and export functions that will be re-used in different places in our application.

๐Ÿ“ Hooks

A folder made for customized hooks.

๐Ÿ“ Layouts

It contains layout files such as Navbar, Footer, Sidebar. Layouts are used to wrap a specific components.

๐Ÿ“ Pages

This folder contains pages components like Home, Contact etc... Each page wrapped with a specific Layout

๐Ÿ“ Validations

Here we write our form validation and rules using a library like Formik.

๐Ÿ“ Services

In this folder we manage all of the API requests by creating files for each service.

๐Ÿ“ Context

This folder contains all the context files where we manage and globalize the state in our application such as theming styles.

๐Ÿ“ Config

All of our application configuration will be here in this folder.

๐Ÿ“ i18n

This folder is made for multi-language support. You can create subfolders with a JSON file for each language you want to translate. Take a look to their Step by Step guide HERE.

Create android folder

  1. Open terminal and launch this: $ ionic capacitor add android

LDPI: Portrait: 200 X 320px MDPI: Portrait: 320 X 480px HDPI: Portrait: 480 X 800px XHDPI: Portrait: 720 X 1280px XXHDPI: Portrait: 960 X 1600px XXXHDPI: Portrait: 1440 x 2560px

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.