This NextJs project is designed to visualize data via a combined bar and linear graph based on the data fed by a set of data hosted on a relational db table
To install and run the project, follow these steps:
- Clone the repository:
git clone https://github.com/kenshanta/boombit-task.git
- Install dependencies:
npm install
- Start the server:
npm run dev
- Access the application in your web browser at
http://localhost:3000
.
- Made possible using ChartJS and React-Chart-JS-2
- Add Spnner/Loader when graph is being updated for slow connections
- Integrate middleware i.e Nginx
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.