This is the frontend of the DailyTip web application — a platform that delivers daily development tips to registered users via email. Built with React, styled without UI libraries, and deployed on Vercel.
- Simple, clean UI with custom styling
- Routes for login, signup, and landing
- REST API integration with backend
- Responsive and mobile-friendly layout
- React (Vite)
- JavaScript
- Tailwind CSS
- React Router DOM
- Axios
- Vercel for deployment
public/
src/
├── assets/
├── components/
├── pages/ (Login, Signup, LandingPage)
├── App.jsx
├── main.jsx
├── index.css
-
Clone the repo:
git clone https://github.com/your-username/dailytips-frontend.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Connect it to your backend API (
.envconfig if required)
Frontend is deployed here: https://dailytips.vercel.app
- Backend Repo: dailytips-backend
Made with ❤️ by Om Singh