This project was bootstrapped with [MERN STACk]
MERN STACK
React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
React is a JavaScript library developed by Facebook which, among other things, was used to build Instagram.com. Its aim is to allow developers to easily create fast user interfaces for websites and applications alike. The main concept of React. js is virtual DOM.
Just install nodeJS & VS Code, open the repository on VS code and start working.
Clone the project
git clone https://github.com/PSR0001/MERN-NOTEBOOK-CLIENT.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start