DevJukebox is a simple note-taking application built with React and several other libraries including react-bootstrap, react-router-dom, and vite.
To get started with DevJukebox, follow the steps below:
- Clone the repository
- Change into the project directory:
cd devjukebox
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to the specified port as per the terminal
To build the production version of DevJukebox, run the following command: npm run build
To preview the production version of DevJukebox, run the following command: npm run preview
DevJukebox uses the following dependencies:
- bootstrap
- react
- react-bootstrap
- react-dom
- react-router-dom
- react-select
- uuid
[Ashish Singh]