Real-Dev-Squad / website-dashboard

Dashboard site for RDS

Home Page:https://dashboard.realdevsquad.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website-dashboard

https://dashboard.realdevsquad.com/

What does the dashboard do?

Dashboard helps to create and assigns task to the members and can be accessed only by authorized members. You can also track currently assigned tasks per member.

How to Contribute?

Running the project

  • First follow the contribution link on how to contribute given above.

  • You need to install Live Server extension in you VSCode and start server from src/index.html or you can simply go into the file where you have cloned and run index.html in your browser.

  • Live Server method is much preferred as it makes work easy and auto-reload.

  • During most frontend development, when you run a local dev server, it will run on http://localhost:, e.g http://localhost:3000. Using this localhost server, you will NOT be able to use backend APIs directly from the browser. You can head over to website-backend set it up or If we want to make calls to our APIs beloging to *.realdevsquad.com, check out dev-url-cors Readme.md

About

Dashboard site for RDS

https://dashboard.realdevsquad.com/

License:MIT License


Languages

Language:JavaScript 76.3%Language:CSS 16.0%Language:HTML 7.7%