Guidancefed is a web app that helps students to find the domain of their interest and the resources for pursuing the same. It also has a discussion section where you can discuss with mentors.
- Open the CMD in windows.
- Change the current working directory to the location where you want the cloned directory.
- And then run the following command to start the web-UI in development mode.
python -m http.server 8000
- Open http://localhost:8000 to view it in the browser.
- Javascript
- HTML
- CSS