A planner web application to create, manage and share notes and habits built on Solid Project.
The application is written using React, and is bundled using Webpack.
The live version of the application is hosted using GitHub Pages and is available here: https://ayazdyshin.github.io/solid-planner-app/.
To run the application locally, the following is required:
The npm package management with minimum version: 8.3.1.
The node with minimum version: v16.14.0.
Get the application code from https://github.com/AyazDyshin/solid-planner-app by either downloading the code or by cloning the repository.
Go to the root directory of the application and run the following command in the terminal to install all dependencies:
npm install
The application is bundled with a development environment with a development server, supporting linting and hot reloads.
To start the development server, run the following command:
npm start
The application will be deployed on: http://localhost:8080/