Skip to content

⚡ Online Learning Platform with curated playlists to learn new technologies.

Notifications You must be signed in to change notification settings

mayur-argade/Lakshya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lakshya

Online Learning Portal

Lakshya

About Lakshya

Lakshya Is the idea that focuses on Skills, Without falling into the tutorial hell Lakshya focuses on project-based learning. whatever you will learn you have to complete assignments and projects. whatever you will learn and implement you will be getting one achievement batch.

Quizzes assignments, online playground, certificates, and many more.

Best courses curated by students who have learned from those and also community support is now in your hands.

Tech Stack

React NodeJs

Setup and Installation

A common issue many people may face while setting up the project: Running npm install(or npm i) throws these errors -

This occurs due to the mismatch in the versions of node and npm installed on your local machine and the ones used in the project.

Solution

  1. Update NodeJS : Download the latest version of Node from its official website -
https://nodejs.org/en/

This would overwrite the previous outdated version.

  1. Update NPM : Open your terminal, type the following command, and hit enter -
 npm install npm@latest -g

This would update npm to its latest version available.

And you're done! Run the following commands in the project directory to set up the project.

Setting up a project locally

Wheever you are pushing code on GitHub repo node modules did not get pushed

to install node package modules

npm install

to start the development server

npm start

development guide

New progress is merge to Development branch first and then main branch

About

⚡ Online Learning Platform with curated playlists to learn new technologies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published