Skip to content

24-droid/dailytip-frontend

Repository files navigation

🖥️ DailyTip – Frontend

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.


🌟 Features

  • Simple, clean UI with custom styling
  • Routes for login, signup, and landing
  • REST API integration with backend
  • Responsive and mobile-friendly layout

🛠️ Tech Stack

  • React (Vite)
  • JavaScript
  • Tailwind CSS
  • React Router DOM
  • Axios
  • Vercel for deployment

📁 Folder Structure

public/
src/
├── assets/
├── components/
├── pages/ (Login, Signup, LandingPage)
├── App.jsx
├── main.jsx
├── index.css

🚀 Getting Started (Local Setup)

  1. Clone the repo:

    git clone https://github.com/your-username/dailytips-frontend.git
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Connect it to your backend API (.env config if required)


🔗 Live Link

Frontend is deployed here: https://dailytips.vercel.app


🔁 Related Repositories


🙌 Author

Made with ❤️ by Om Singh

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors