clonernews/README.md

27 lines
977 B
Markdown
Raw Permalink Normal View History

2023-12-16 14:40:47 +00:00
# CloneWars
CloneWars is a JavaScript project that utilizes the HackerNews API to display the latest posts, jobs, and polls. The project aims to provide a straightforward way to access and explore the most recent content from HackerNews.
## Getting Started
To explore CloneWars, follow these simple steps:
1. Clone or download the project to your local machine.
```bash
git clone https://learn.reboot01.com/git/ahelal/clonernews
```
2. Open the `index.html` file in your preferred browser.
you should be able to view the latest top posts in chronological order directly in your browser.
## Testing
To ensure that CloneWars is functioning as expected, consider checking out the following queries:
- Job Post: [?id=38663636](index.html?id=38663636)
- Poll Post: [?id=30055031](index.html?id=30055031)
- Story Post [?id=38659529](index.html?id=38659529)
Feel free to click on these links and navigate through the project to ensure a seamless experience.