Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jancobh/hacker-news-react
React 18 + Vite + Redux Toolkit | Hacker News App
https://github.com/jancobh/hacker-news-react
hackernews hackernews-api react react18 redux reduxtoolkit vite
Last synced: about 1 month ago
JSON representation
React 18 + Vite + Redux Toolkit | Hacker News App
- Host: GitHub
- URL: https://github.com/jancobh/hacker-news-react
- Owner: JancoBH
- License: mit
- Created: 2022-08-15T02:43:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T19:33:34.000Z (over 2 years ago)
- Last Synced: 2024-10-06T05:42:15.201Z (4 months ago)
- Topics: hackernews, hackernews-api, react, react18, redux, reduxtoolkit, vite
- Language: TypeScript
- Homepage: https://golden-griffin-f75a4a.netlify.app/
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hacker News - React
## 🚀 Getting Started
Hacker News - React is an example app for Reign challenge.
See **Installing** for steps to make it work in your local environment.
## 💻 Live Demo✔ Netlify: https://golden-griffin-f75a4a.netlify.app/.
## 📋 Prerequisites
* Node JS 14.18+, 16+ - You need it to use npm
## 🔧 Installing
```bash
git clone https://github.com/JancoBH/hacker-news-react.git
cd hacker-news-react
npm install
vite
```## 🛠️ Built With
* React 18.2.0
* Redux Toolkit 1.8.4
* Vite 3.0.7## 📦 Deployment
You can check Vite Deployment guide to learn how to deploy this project.
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
🧑💻 Developed by [JancoBH](https://github.com/JancoBH)