https://github.com/wlsf82/hackernews
This project is based on the book "The Road to React" by Robin Wieruch
https://github.com/wlsf82/hackernews
cicd component-testing cypress github javascript percy react react-components
Last synced: 11 days ago
JSON representation
This project is based on the book "The Road to React" by Robin Wieruch
- Host: GitHub
- URL: https://github.com/wlsf82/hackernews
- Owner: wlsf82
- Created: 2017-08-01T22:04:44.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T22:54:50.000Z (6 months ago)
- Last Synced: 2025-04-23T08:13:58.868Z (11 days ago)
- Topics: cicd, component-testing, cypress, github, javascript, percy, react, react-components
- Language: JavaScript
- Homepage: https://hackernews-seven.vercel.app
- Size: 2.21 MB
- Stars: 25
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker News
[](https://github.com/wlsf82/hackernews/actions/workflows/ci-cd.yml) [](https://dashboard.cypress.io/projects/263jf8/runs) [](https://percy.io/Walmyr-Filho/visual-component-testing)
From "[The Road to learn React](https://leanpub.com/the-road-to-learn-react)" book.
Here's the link to the app in "production" https://hackernews-seven.vercel.app.
> I've also written a similar app in TypeScript, and you can find it through the follwing URL https://github.com/wlsf82/hacker-stories.
## Installation
Run `npm install` to install de project and dev dependencies.
## Starting the app
Run `npm start` to start the application.
> The app is automatically opened on the default browser on startup.
## Running the tests
Run `npm test` to run the automated tests.
> The above command starts the app, runs the tests against it, and shuts it down.
___
Made with ❤️ by [Walmyr](https://walmyr.dev).