Rutgers Esports Newsletter App
Table of Contents
-
About The Project
- License
- Contact
- Acknowledgements
## About The Project
A simple web application for the Rutgers Esports newsletter sign-up.
Details
* Developing based on the [Web Developer Bootcamp](https://www.udemy.com/share/1013gG/) course.
* My first server-side web-app, which provides intuition on how the front-end and back-end interact.
* Interacting with the [MailChimp API](https://mailchimp.com/developer/) using a POST request form.
* Hosted on [Heroku](https://www.heroku.com/)
### Built With
* [Bootstrap](https://getbootstrap.com)
* [Node.js](https://nodejs.org)
* [Express](https://expressjs.com)
* [Heroku](https://www.heroku.com/)
## 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_](https://twitter.com/mueezkhan_)
Project Link: [https://github.com/rzmk/Rutgers-Esports-Newsletter-App](https://github.com/rzmk/Rutgers-Esports-Newsletter-App)
## Acknowledgements
* [The Complete Web Development Bootcamp](https://www.udemy.com/share/1013gG/)
* [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
* [MailChimp API](https://mailchimp.com/developer/)