This is a Next.js project bootstrapped with create-next-app. This is the blog reading website where admin can edit and write blogs while reader can read them. I built it to practice full-stack development and improve productivity tools..
Its the initial version of devin-bay and some of features are :-
User authentication (Firebase db)
Real-time updates (upload blogs)
Dark UI to work with
Frontend (HTML, React, tailwind css)
Backend ( Node.js, Next.js)
Database: (Firebase DB)
First, make the .env.local file by adding compulsaory keys and example of .env file is .env.exapmle located in root
these keys can be get by firebase.Run the development server:
npm run build
npm startrtOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project is created by Kevin Hamza.