This simple app generates citations in APA, Chicago, and MLA styles. You can run it by opening the index.html
file locally or hosting the file on a web server. Dependencies are served via CDN so no additional build is required.
https://citation-gen.netlify.app/
- Clone or download this repository.
- Open
index.html
in your browser, or upload it to your server.
Smith, J. (2023, October 1). My Article. ExampleSite. Retrieved October 2, 2023, from https://example.com
Smith, John. "My Article." ExampleSite. Last modified October 1, 2023. https://example.com.
More information on Chicago style
Smith, John. "My Article." ExampleSite, 1 October 2023, https://example.com. Accessed 2 October 2023.
This project is licensed under the MIT License. See the LICENSE.md file for details.