gdscigdtuw / OneStopHelp

This project is a web app that is committed to providing current students with the necessary information and all the resources to succeed in college.
MIT License
3 stars 21 forks source link

Make a proper folder structure for the project #14

Closed Sonali12920 closed 3 years ago

Sonali12920 commented 3 years ago

Folders:-

  1. public include folders:-

    • css
    • js
    • img
  2. view includes files:-

    • index.html
    • resources.html
    • updates.thml
    • team.html
    • contactus.html -login/signup.html
  3. Change the index.js file to app.js file(outside the folders)

shivangisahay14 commented 3 years ago

I would like to work on this issue

shagun0915 commented 3 years ago

Folders:-

  1. public include folders:-
  • css
  • js
  • img
  1. view includes files:-
  • index.html
  • resources.html
  • updates.thml
  • team.html
  • contactus.html -login/signup.html
  1. Change the index.js file to app.js file(outside the folders)

I want to work on this

shagun0915 commented 3 years ago

Do I have to put the HTML, CSS, and js file in the respective folders? Also, I have to add an empty app.js file, or do I need to put the code inside it?

Sonali12920 commented 3 years ago

Do I have to put the HTML, CSS, and js file in the respective folders? Also, I have to add an empty app.js file, or do I need to put the code inside it?

Add all the HTML files in view folder and CSS and JS in the respective folders inside the public folder. Change index.js file's name to app.js and leave it empty for now!!