This is a sample React application with filtering, sorting, and pagination features. It's backed by an Express.js server using MongoDB as the database. The backend server is built with Node.js.
Follow the steps below to get this React app up and running.
- Open the root file in the terminal.
- npm run start
- Filtering: Easily filter data based on specific criteria.
- Sorting: Sort data by various attributes (e.g., price ).
- Pagination: Navigate through data using pagination controls.
- Frontend: React
- Backend: Express.js
- Database: MongoDB
- Server: Node.js
Make sure you have the following software installed on your system:
- Node.js and npm (Node Package Manager)
- MongoDB
- Clone the repository:
git clone https://github.com/Abidkhan263187/DevTown_Assignment.git