Skip to content

SRV30/FF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 

Repository files navigation

Faith AND Fast


🚀 Steps to Setup

  1. Fork the Repository

    • Fork this repository to your GitHub account.
  2. Clone the Repository

    • Open your terminal and run:
      git clone https://github.com/your-username/repository-name.git
  3. Install Client Dependencies

    • Navigate to the client directory:
      cd client
    • Install the necessary dependencies:
      npm install
    • Run the client app:
      npm run dev
  4. Install Server Dependencies

    • Navigate to the server directory:
      cd server
    • Install the server dependencies:
      npm install
    • Start the server:
      npm run dev
  5. Push Changes and Create Pull Request

    • After coding each page, push your changes to your existing repo.
    • Create a Pull Request from your forked repo to the main repository.

💻 Steps for Coding

0. Theme Color for Website

  • Light Theme:

    • Background: bg-red-50
    • Text: text-black
  • Dark Theme:

    • Background: bg-black
    • Text: text-white or text-yellow-500

1. Use MetaData File for Web Page Title

<MetaData title="Admin Login | City Smile Dental Clinic" />

2. Circular Progress for Loader and Data Fetching

import { CircularProgress } from "@mui/material";
<CircularProgress />

3. Implement Dark Mode Theme

<div className="flex flex-col overflow-hidden bg-white dark:bg-black text-black dark:text-white">

4. Use Toastify for Alerts

import { toast } from "react-toastify";
toast.success("Login successful!");

5. Use Dummy Data

6. Code Comments

7. Terminal Errors

// eslint-disable-next-line

8. Code Formatting and Readability

9. Buttons

<button>{submitting ? "Logging in..." : "Login"}</button>

10. Make Pages Responsive for Laptop, Tablet, Mobile

11. TailwindCSS and MUI CSS

12. GSAP and Motion for Animations

13. Use MUI Icons for Icons

import { IconName } from "@mui/icons-material";
<IconName />

14. Simple Routes

15. Use Placeholder Where Required

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages