https://github.com/enes9103/027_js_fetch-api_studies_rest-countries
https://github.com/enes9103/027_js_fetch-api_studies_rest-countries
api css3 database design dom-manipulation fetch-api javascript rest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enes9103/027_js_fetch-api_studies_rest-countries
- Owner: enes9103
- Created: 2022-03-12T15:51:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T13:19:25.000Z (about 4 years ago)
- Last Synced: 2025-02-15T00:28:51.934Z (over 1 year ago)
- Topics: api, css3, database, design, dom-manipulation, fetch-api, javascript, rest
- Language: JavaScript
- Homepage: https://enes9103.github.io/027_JS_Fetch-API_Studies_Rest-Countries/
- Size: 6.48 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 027_JS_Fetch-API_Studies_Rest-Countries
## Getting Started
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.
```sh
install npm@latest -g
```
### Installation
Below is an example of how you can instruct your audience on installing and setting up your app.
This template doesn't rely on any external dependencies or services.
1. Get a free API Key at [https://example.com](https://example.com)
2. Clone the repo
```sh
git clone https://github.com/your_username_/Project-Name.git
```
3. Install NPM packages
```sh
npm install
```
4. Enter your API in `config.js`
```js
const API_KEY = 'ENTER YOUR API';
```
## Project Outcome

## Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
_For more examples, please refer to the [Documentation](https://example.com)_
## Roadmap
- [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).
## Contributing
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
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Project Link: [https://github.com/enes9103](https://github.com/enes9103)
## Support
## 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)
* [GitHub Pages](https://pages.github.com)
* [Font Awesome](https://fontawesome.com)
* [React Icons](https://react-icons.github.io/react-icons/search)