Davigbit / DiceCraft

MIT License
4 stars 0 forks source link

Design Website Layout #2

Open Davigbit opened 2 weeks ago

Davigbit commented 2 weeks ago

Create File and Sidebar components, both in Figma file and in code. Some React libraries may help you with that (react-split). Add functionalities such as changing the selected file, deleting a file, bumping recent files to the top, etc. If time allows, edit it and add the dice button.

Davigbit commented 2 weeks ago

You can store changes in a File in localStorage for now since I will be working with the database in the mean time.