Skip to content

Commit e0c1656

Browse files
committed
updated readme text (still need to update gifs)
1 parent fd8d4c5 commit e0c1656

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,28 @@ Introducing **_deepcuts._**
1010
> This randomizer works off all releases, not just the master release!
1111
> So even if a release does not have a master release, it will still populate here!
1212
13-
#### Future implentations include.......
13+
#### Future implementations include.......
1414

15-
> - filters ,
16-
> - more randomizers based on MRIs/Artists/Labels/Genres/Styles,
15+
> - more randomizers based on MRIs/Artists/Labels,
1716
> - improved UI and optimized performance ,
18-
> - maybe Discogs account integration to be able to add to wantlist directly from here ,
19-
> - and hopefully many more before eventual deployment !
17+
> - maybe Discogs account integration to be able to add to wantlist directly from here,
18+
> - and hopefully many more!
2019
21-
## How It Looks..... (so far)
20+
## How It Looks (so far)
2221

23-
1. Landing page is a screen where you can either create an account, or login with an existing one.
22+
1. Landing page is a screen where you can either create an account, or login with an existing one. The deepcuts button opens a modal that explains the purpose of deepcuts, as well as, crucial info needed before signing up!
2423

2524
> ![Landing Page](public/Landing.gif)
2625
2726
2. After logging in, it will automatically redirect you to the dashboard!
2827

2928
> ![Dashboard](public/toDashboard.gif)
3029
31-
3. Here on the left you will find my recommended Record of the Month, the total randomizes across all users, and the button to take you to the randomize page! On the right we have your personal History, Favorites, and Stats!
30+
3. Here on the left you will find my recommended Record of the Month, the total randomizes across all users, and the button to take you to the randomize page! On the right we have your personal History and Favorites!
3231

3332
> ![Dashboard2](public/Dashboard.gif)
3433
35-
4. Clicking on the Discover Some New Gems button takes you to the page where the magic happens!
34+
4. Clicking on the Discover button takes you to the page where the magic happens!
3635

3736
> ![HistoryRecord](public/DiscoverSomeNewGems.gif)
3837
@@ -44,6 +43,6 @@ Introducing **_deepcuts._**
4443

4544
> ![Favorite](public/Favorite.gif)
4645
47-
Built utilizing Next.js, Prisma ORM, and PostgreSQL!
46+
Built utilizing Next.js, Prisma ORM, Supabase for hosting the PostgreSQL database, and deployed on Vercel!
4847

4948
Thank you for joining me on this journey (:

src/modules/Random/Random.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ export const Random = ({ session }: RandomProperties) => {
100100
[setValue],
101101
);
102102

103-
const onYearChangeMobile = React.useCallback;
104-
105103
const selectValue = React.useCallback(
106104
(valueKey: keyof RandomFilter) =>
107105
(event: React.MouseEvent<HTMLElement>) => {

0 commit comments

Comments
 (0)