This is a Codev template project that includes:
- Next.js with Pages Router
- Tailwind CSS Framework
- Context for global state management
- Next.js Pages Router: Utilizes the traditional routing system of Next.js for easy navigation and page management.
- Tailwind CSS: A utility-first CSS framework that provides low-level utility classes to build custom designs quickly and efficiently.
- Context API: Implements React's Context API for efficient global state management.
- Clone this repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the result.
pages/
: Contains all the pages of the applicationcomponents/
: Reusable React componentscontexts/
: Global state management using Context APIhooks/
: Custom React hooksstyles/
: Global style (global.css)utils/
: Utility functions and helpers
To learn more about the technologies used in this template, check out the following resources: