This is a test build for a Next.js TypeScript Tailwind project. The main objective of this project is to test out a useContext pattern for handling state management.
To get started with this project, follow these steps:
-
Clone the repository.
-
Install the dependencies by running the following command:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to http://localhost:3000 to see the application.