Skip to content

wilrnh/emergencywalletcards.com

Repository files navigation

Banner

Table of Contents

Table of Contents

Getting Started

(Back to top)

  1. Clone the repo: git clone https://github.com/wilrnh/emergencywalletcards.com.git
  2. Install dependencies: yarn install
  3. Start the app: yarn dev. Visit the app at http://localhost:3000.

Development

(Back to top)

Emergencywalletcards.com is a React app built on NextJS. It uses jsPDF to generate PDFs. Formik and Yup is used to handle form submissions. Images are hosted on Cloudinary.

Deployment

(Back to top)

Netlify will automatically deploy the main branch to emergencywalletcards.com.

Contribute

(Back to top)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Please feel free to ask questions! Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

(Back to top)

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

Acknowledgements

(Back to top)

  • FEMA - for inspiring the idea behind the site
  • @paramdeo - for your invaluable recommendations and feedback right from the start. The graphics design is great too.
  • jsPDF - for maintaining a superb opensource project that makes it easy to work with PDFs
  • Cloudflare - for supporting an amazing Web for websites like this.
  • Cloudinary - for gaciously hosting my pics.
  • Netlify - for making it super easy to deploy web apps like this.
  • NextJS - for providing an excellent developer experience for React apps such as this.