https://docs.google.com/document/d/1IgWzRX_6-ctCz4VxvDETOFU593hiHIIAPzpTQR4Dx-o/edit?usp=sharing
The idea of our project is to make learning coding easy. The website contains the best possible links to the playlist of different topics. The website also contains QnA section separately where the learner can ask doubts which will be answered by any experienced one.
We have made a topic-wise section for various coding subjects. We have provided links, resources and codes for all the topics.
Content Covered :
- C
- C++
- Python
- Java
- Data Structures and Algorithms
- Database Management System
- Operating Systems
We have also shared the interview and placement experiences of our seniors from VJTI.
- GitHub repo link: Link to repository
- Clone the repository
git clone https://github.com/harshbhosale01/CodeSpectrum.git
- To start the frontend user interface
cd client
npm install
npm start
- To start the backend server
cd server
npm install
npm start
- Add resources of various Domains like Web-Devlopment,App Devlopment,Machine Learning and Deep Learning.
- The User Interface can be made more user friendly though we have tried to create an execellent UI as per our imagination.
- We can use cookies for authentication of pages.
- We can implement the progress report of a student which he/she practices in the given time.