This repository is for a web application that allows users to register and manage products.
https://product-registration-app.onrender.com/
- User authentication with Google Login
- Dark mode support
- Persistent user session and their preferences
- React
- Node.js
- Express.js
- Axios
- TypeScript
- Tailwind CSS
- MongoDB
- Google OAuth
product-registration-app/
├── public/
├── src/
│ └── /assets
│ └── /backend
│ └── /components
│ └── /context
│ └── /hook
│ └── /lib
│ └── /theme
│ ├── /types
├── App.tsx
├── global.css
├── main.tsx
├── config.js
├── index.html
├── tailwind.config.js
├── tsconfig.json
├── vite.config.ts