diff --git a/BLANK_README.md b/BLANK_README.md index f7bc1e799..07812d286 100644 --- a/BLANK_README.md +++ b/BLANK_README.md @@ -1,13 +1,10 @@ +
@@ -36,7 +33,7 @@ Logo -

project_title

+

project_title

project_description @@ -55,7 +52,7 @@ -

+
Table of Contents
  1. @@ -76,7 +73,7 @@
  2. Contributing
  3. License
  4. Contact
  5. -
  6. Acknowledgements
  7. +
  8. Acknowledgments
@@ -87,23 +84,32 @@ [![Product Name Screen Shot][product-screenshot]](https://example.com) -Here's a blank template to get started: -**To avoid retyping too much info. Do a search and replace with your text editor for the following:** -`github_username`, `repo_name`, `twitter_handle`, `linkedin_username`, `email`, `project_title`, `project_description` +Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: `github_username`, `repo_name`, `twitter_handle`, `linkedin_username`, `email`, `email_client`, `project_title`, `project_description` + +

(back to top)

+ ### Built With -* []() -* []() -* []() +* [Next.js](https://nextjs.org/) +* [React.js](https://reactjs.org/) +* [Vue.js](https://vuejs.org/) +* [Angular](https://angular.io/) +* [Svelte](https://svelte.dev/) +* [Laravel](https://laravel.com) +* [Bootstrap](https://getbootstrap.com) +* [JQuery](https://jquery.com) + +

(back to top)

## Getting Started -To get a local copy up and running follow these simple steps. +This is an example of how you may give instructions on setting up your project locally. +To get a local copy up and running follow these simple example steps. ### Prerequisites @@ -115,14 +121,21 @@ This is an example of how to list things you need to use the software and how to ### Installation -1. Clone the repo +1. Get a free API Key at [https://example.com](https://example.com) +2. Clone the repo ```sh git clone https://github.com/github_username/repo_name.git ``` -2. Install NPM packages +3. Install NPM packages ```sh npm install ``` +4. Enter your API in `config.js` + ```js + const API_KEY = 'ENTER YOUR API'; + ``` + +

(back to top)

@@ -133,12 +146,21 @@ Use this space to show useful examples of how a project can be used. Additional _For more examples, please refer to the [Documentation](https://example.com)_ +

(back to top)

+ ## Roadmap -See the [open issues](https://github.com/github_username/repo_name/issues) for a list of proposed features (and known issues). +- [] Feature 1 +- [] Feature 2 +- [] Feature 3 + - [] Nested Feature + +See the [open issues](https://github.com/github_username/repo_name/issues) for a full list of proposed features (and known issues). + +

(back to top)

@@ -147,41 +169,49 @@ See the [open issues](https://github.com/github_username/repo_name/issues) for a 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 with the tag "enhancement". +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 +

(back to top)

+ ## License -Distributed under the MIT License. See `LICENSE` for more information. +Distributed under the MIT License. See `LICENSE.txt` for more information. + +

(back to top)

## Contact -your_name - [@twitter_handle](https://twitter.com/twitter_handle) - email +Your Name - [@twitter_handle](https://twitter.com/twitter_handle) - email@email_client.com Project Link: [https://github.com/github_username/repo_name](https://github.com/github_username/repo_name) +

(back to top)

- -## Acknowledgements + + +## Acknowledgments * []() * []() * []() +

(back to top)

-README template based on [othneildrew](https://github.com/othneildrew/Best-README-Template) - diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..1d9e8f9f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## v1.0.0 + +### Added or Changed +- Added this changelog :) +- Fixed typos in both templates +- Back to top links +- Added more "Built With" frameworks/libraries +- Changed table of contents to start collapsed +- Added checkboxes for major features on roadmap + +### Removed + +- Some packages/libraries from acknowledgements I no longer use \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index ad239f403..fd2901e2c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Othneil Drew +Copyright (c) 2021 Othneil Drew Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8e48c1285..c9a2650d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ +
@@ -50,7 +52,7 @@ -
+
Table of Contents
  1. @@ -71,7 +73,7 @@
  2. Contributing
  3. License
  4. Contact
  5. -
  6. Acknowledgements
  7. +
  8. Acknowledgments
@@ -82,7 +84,7 @@ [![Product Name Screen Shot][product-screenshot]](https://example.com) -There are many great README templates available on GitHub, however, I didn't find one that really suit my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it. +There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it. Here's why: * Your time should be focused on creating something amazing. A project that solves a problem and helps others @@ -91,14 +93,26 @@ Here's why: Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template! -A list of commonly used resources that I find helpful are listed in the acknowledgements. +Use the `BLANK_README.md` to get started. + +

(back to top)

+ + ### Built With -This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. +This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. + +* [Next.js](https://nextjs.org/) +* [React.js](https://reactjs.org/) +* [Vue.js](https://vuejs.org/) +* [Angular](https://angular.io/) +* [Svelte](https://svelte.dev/) +* [Laravel](https://laravel.com) * [Bootstrap](https://getbootstrap.com) * [JQuery](https://jquery.com) -* [Laravel](https://laravel.com) + +

(back to top)

@@ -128,10 +142,12 @@ This is an example of how to list things you need to use the software and how to npm install ``` 4. Enter your API in `config.js` - ```JS + ```js const API_KEY = 'ENTER YOUR API'; ``` +

(back to top)

+ @@ -141,12 +157,24 @@ Use this space to show useful examples of how a project can be used. Additional _For more examples, please refer to the [Documentation](https://example.com)_ +

(back to top)

+ ## Roadmap -See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues). +- [x] Add Changelog +- [x] Add back to top links +- [] Add Additional Templates w/ Examples +- [] Add "components" document to easily copy & paste sections of the readme +- [] Multi-language Support + - [] Chinese + - [] Spanish + +See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues). + +

(back to top)

@@ -155,18 +183,25 @@ See the [open issues](https://github.com/othneildrew/Best-README-Template/issues 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 with the tag "enhancement". +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 +

(back to top)

+ ## License -Distributed under the MIT License. See `LICENSE` for more information. +Distributed under the MIT License. See `LICENSE.txt` for more information. + +

(back to top)

@@ -177,23 +212,25 @@ Your Name - [@your_twitter](https://twitter.com/your_username) - email@example.c Project Link: [https://github.com/your_username/repo_name](https://github.com/your_username/repo_name) +

(back to top)

+ - -## Acknowledgements + +## Acknowledgments + +Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off! + +* [Choose an Open Source License](https://choosealicense.com) * [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet) +* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/) +* [Malven's Grid Cheatsheet](https://grid.malven.co/) * [Img Shields](https://shields.io) -* [Choose an Open Source License](https://choosealicense.com) * [GitHub Pages](https://pages.github.com) -* [Animate.css](https://daneden.github.io/animate.css) -* [Loaders.css](https://connoratherton.com/loaders) -* [Slick Carousel](https://kenwheeler.github.io/slick) -* [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll) -* [Sticky Kit](http://leafo.net/sticky-kit) -* [JVectorMap](http://jvectormap.com) * [Font Awesome](https://fontawesome.com) +* [React Icons](https://react-icons.github.io/react-icons/search) - +

(back to top)