Skip to content

Simple Age Calculator App, builds with modern web builds tools, React, Typescript, Vite, Sass, Includes: Eslint, Jest for units tests, validation and more

Notifications You must be signed in to change notification settings

abdelrahman-mh/age-calculator

Repository files navigation

Age Calculator App

Static web app builds with React, Typescript, Sass, Using Vite bundler

This app includes Unit Test with Jest, Eslint and best Practice, Form Validation and more.

Screenshot

Usage

  • Clone the project and navigate to it:

    git clone https://github.com/abdelrahman-mh/age-calculator
    cd age-calculator
  • Run dev server:

    npm run dev
  • For building app:

    npm run build

    This will run the vite build, and will generate a static app in ./dist dire

  • Run linter:

    npm run lint

    Will run eslint, includes test files

  • Run tests:

    npm run test

    This will run all tests in ./test dire

  • Deploy the app via GitHub-Pages:

    npm run deploy

    This script will remove dist if exist & build the app & deploy it via github pages, using gh-pages lib

Links

Website

About

Simple Age Calculator App, builds with modern web builds tools, React, Typescript, Vite, Sass, Includes: Eslint, Jest for units tests, validation and more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published