This is a project inspired by the TierMaker website that I developed to learn new technologies and put on my portfolio.
- Clone the project
git clone https://github.com/bruno-queiroz/tier-list.git
- Install dependencies
npm install
-
Create a .env file on the root of the project
-
Copy the environment variable from the .env.example file to the .env file
-
Create a free account on Imbb website
-
Create an API key on imbb api
-
Put the API key that you created on your .env file
-
Run the project
npm run dev
This project has also a backend, to see how to setup the backend click here
This is the Home Page
This is the Create Tier List Page
And this is how the Tier List works with drag events