This is a Next.js-powered Fullstack app focused on providing an engaging experience by displaying information about iconic Cartoon Network characters. In addition, the project offers a quiz section where users can test their knowledge of the program, providing fun and educational interactivity.
- Character Display: View detailed information of Cartoon Network characters.
- Interactive Quiz: Test your knowledge of the shows and characters.
- Intuitive interface: Fluid and responsive navigation, built with a focus on user experience.
- Local JSON as a data source: Quiz character and question data is loaded directly from JSON files, simplifying the flow of data into the app.
- Clone the repository to your local machine.
git clone https://github.com/Jezebel1990/next-cartoon-network.git
cd next-cartoon-network
- Open the cloned folder in your preferred code editor, install the required dependencies :
npm install
- Start the development server by running the following command:
npm run dev