This is a feature clone of the Anilist.co web app that works on the root and all anime/[id] routes. This was made for the purpose of learning new technologies and is fully responsive.
Technologies I used:
- React.js
- Next.js
- GraphQL
- Styled-JSX (first time encountering a CSS-in-JS library since my last React Native project)
To run on your own device:
- Download the project
- Run npm install in the project directory
- Run this command: npm run dev
- Open http://localhost:3000 with your browser to see the result.