Table of Contents
The project is to create a dashboard for fyllo, displaying the table, which contains the list of fertilizer and their details like availability, requirements etc. And the analytics which is shown in graph so the user can easily know about the insights.Finally this project contains some dummy placeholders to make it look good eg: Navbar.
Here is the list of libraries and frameworks used for the project
To get a local copy up and running follow these simple example steps.
To run this project, You’ll need to have
- npm
Node v14.17.6 or greater npm 6.14.15 or greater
- Clone the repo
git clone https://ankitsingh_16@bitbucket.org/ankitsingh_16/fertilizer.git
- Install packages
npm install or yarn install
- To start server
npm start or yarn start
- To visit App
localhost:3000