HackNews is a sleek web app that delivers curated tech and hackathon-related news. Built using React and Vite, it features a responsive design and smooth user experience.
Check out the live project here:
👉 https://hacknews-fdmlwumnn-gayathri-k-binoys-projects.vercel.app/
- React
- Vite
- CSS
- Vercel (Deployment)
src/ ├── assets/ │ └── react.svg ├── components/ │ ├── HackathonX.jsx │ └── HackathonX.css ├── App.jsx ├── App.css ├── index.css └── main.jsx
-
Clone the repo
git clone https://github.com/Gayathri-K-Binoy/HackNews.git
-
Install dependencies
npm install
-
Start the dev server
npm run dev
-
Build for production
npm run build
Made with 💻 by Gayathri K Binoy
GitHub: @Gayathri-K-Binoy