This project is an interactive E-library web application built using Next.js and styled with Tailwind. The application allows users to explore and search for books, view additional details of each book, and toggle between different themes.
- React
- Next.js
- Tailwind
Mobile View | Web View |
---|---|
Install nodejs20 and run the app:
yarn dev
The app will start on localhost:3000 (by default).
I am trying to demonstrate and build upon a small NextJS project and demonstrate an understanding of the following:
- Javascript, including ES6 features like arrow functions and array handling
- React
- Next.js
- Tailwind