Newsletter signup web-app using Node.js, Express, and more for Rutgers Esports.
Find a file
2021-06-20 08:51:28 -04:00
public/img Create newsletter signup app 2021-06-20 08:14:46 -04:00
.gitignore Create newsletter signup app 2021-06-20 08:14:46 -04:00
app.js Create newsletter signup app 2021-06-20 08:14:46 -04:00
failure.html Create newsletter signup app 2021-06-20 08:14:46 -04:00
LICENSE.txt Create newsletter signup app 2021-06-20 08:14:46 -04:00
package-lock.json Create newsletter signup app 2021-06-20 08:14:46 -04:00
package.json Create newsletter signup app 2021-06-20 08:14:46 -04:00
Procfile Create newsletter signup app 2021-06-20 08:14:46 -04:00
README.md Fixed README formatting and punctuation. 2021-06-20 08:51:28 -04:00
signup.html Fix recaptcha, center image, add link 2021-06-20 08:41:33 -04:00
styles.css Create newsletter signup app 2021-06-20 08:14:46 -04:00
success.html Create newsletter signup app 2021-06-20 08:14:46 -04:00


Logo

Rutgers Esports Newsletter App

Table of Contents
  1. About The Project
  2. License
  3. Contact
  4. Acknowledgements

About The Project

Screenshot

A simple web application for the Rutgers Esports newsletter sign-up.

Details

  • Developing based on the Web Developer Bootcamp course.
  • My first server-side web-app, which provides intuition on how the front-end and back-end interact.
  • Interacting with the MailChimp API using a POST request form.
  • Hosting on Heroku.

Built With

Contributing

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

  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

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

Contact

Mueez Khan - @mueezkhan_

Project Link: https://github.com/rzmk/Rutgers-Esports-Newsletter-App

Acknowledgements