Dungeons & Dragons

Project Assignment Submission - Pawan Awasthi

The goal is to showcase all the spells contained in Dungeons & Dragons 5th Edition API and details about the individual spells. It should allow us to add the spell to the list of favorites and show all the saved spells in the separate page.

Technologies used

  • React v18.2.0
  • TypeScript
  • Redux Toolkit
  • Tailwind CSS and Shadcn UI
  • Sonner (for Toast Messages)

Running the Web Application

Prerequisites

  • Make sure that the PC is running the latest version of NodeJS

Clone the git repository

git clone https://github.com/pawandai/React_Assignment.git

Install the required dependencies

npm install

Run the application on your local machine

npm run dev