Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 753 Bytes

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:

  1. Download the project
  2. Run npm install in the project directory
  3. Run this command: npm run dev
  4. Open http://localhost:3000 with your browser to see the result.