Skip to content

Git21221/TODO-complex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo image

TODO - complex


Help me to grow a simple todo into a complex fullstack project.

How to contribute?

  1. There are two folder -> i) client (frontend), ii) server (backend)
  2. Use these command for frontend
    git clone https://github.com/Git21221/TODO-complex.git
    
    cd TODO-complex
    
    npm i
    
    npm run dev
  3. Use these commands for backend server
    npm i
    
    npm run dev
  4. I will provide .env.sample file, you just need to make a env file with same keys but values will be yours.
  5. After making changes
    git add .
    
    git commit -m "<your commit massage>"
    
    git push origin main
  6. After that make a PR with proper details of your changes and screenshot.

    Happy coding ! 😊😊😊😊😊