This project fetched from an API and display the data in a grid like manner. Some of the features included
- Pagination
- Search bar
- Tabs
Make sure node & yarn is installed on your machine. Then run
yarn install
to install the modules necessary to run the application. Then, can continue follow the steps below.
yarn dev
to run the project in dev mode
yarn build
to build the project and output the build artifacts into the /build
folder. then
yarn preview
to see your production build locally
You can use various deployment services available and follow the steps necessary to deploy to production. For example