/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

Primary LanguageJavaScriptMIT LicenseMIT


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.