Skip to content

YouKnowZo/ketowebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Keto Elite Recipes Website

A beautiful, responsive website for keto recipes with:

  • Tailwind CSS styling
  • Dark mode toggle
  • Mobile-friendly design
  • Countdown timer
  • Testimonials section

Deployment

  1. Upload to GitHub
  2. Enable GitHub Pages in Settings
  3. Ensure the repository is set to public
  4. Verify the site is live at the provided URL

Backend API Setup

  1. Ensure you have Node.js and npm installed
  2. Clone the backend API repository
  3. Navigate to the backend API directory
  4. Run npm install to install dependencies
  5. Run npm start to start the backend server
  6. The backend API will be available at http://localhost:3000