Ebiperre / easypay

Easy pay is a utility bill payment and scheduling app that convienently allows users schedule and pay their utility bills at the appropraite time

Home Page:https://tubular-easypay.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


React Fast Template

Quickly setup your projects with this template.
Explore the docs »

Report Bug · Request Feature

About The Template

This template can be used for hackathon projects, hobby projects and any small to intermediate level projects.

This template contains:

  • Four pages - Home, About, Contact and 404.
  • Some boilerplate code

Folder Structure

React-Fast-Template/
├── public/
│   └── index.html
└── src/
    ├── app/
    ├── assets/
    │   └── images/
    ├── common/
    │   ├── Footer/
    │   │   └── components
    │   ├── Hooks/
    │   ├── Navigation/
    │   │   └── components
    │   ├── UIElements/
    │   │   └── LoadingAnimations/
    │   └── Util
    ├── pages/
    │   ├── 404/
    │   ├── About/
    │   │   ├── components/
    │   │   └── About.jsx
    │   ├── Contact/
    │   │   ├── components/
    │   │   └── Contact.jsx
    │   └── Home/
    │       ├── components/
    │       └── Home.jsx
    └── styles/
        ├── _mixins.scss
        └── _variables.scss

Getting Started

Click on "Use this template" to get started.

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

Easy pay is a utility bill payment and scheduling app that convienently allows users schedule and pay their utility bills at the appropraite time

https://tubular-easypay.netlify.app

License:MIT License


Languages

Language:JavaScript 94.8%Language:HTML 3.5%Language:CSS 1.7%