Welcome to the Student Management System a simple web application built with Next.js and Tailwind CSS. This project serves as a practical example of a compact yet efficient student management system with three main pages.
https://course-catalog-navy.vercel.app/
Here're some of the project's best features:
- Responsive Design: Enjoy a seamless experience on devices of all sizes.
- Pagination: Easily navigate through the student list with pagination controls.
- Filtering: Streamline your search with filter options for a more targeted view.
- Tailwind CSS Styling: Aesthetic and customizable styling with the power of Tailwind CSS.
- Efficient Data Fetching: Utilizing Axios to retrieve dummy data from a dummyjson-powered API.
1. Clone the repository.
2. Install dependencies with npm install.
npm i
3. Run the development server
npm run dev
Technologies used in the project:
- Next.js
- Tailwind
- axios
- Context API
- eslint