Skip to content

Commit

Permalink
docs: ✏️ updated README with available features list (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthLalapeta committed Dec 21, 2022
1 parent e0d3cf5 commit 7aeb606
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This is the repository of ENS dashboard app. Here we will be listing all recentl
- [Requirements](#-requirements)
- [Getting Started](#-getting-started)
- [Development](#-development)
- [Available Features](#-available-features)
- [Contribution guideline](#-contribution-guideline)

## ⚙️ Requirements
Expand Down Expand Up @@ -53,6 +54,22 @@ Your app is ready to be deployed!
yarn build
```

### 🎸 Available Features

- Allows doing a name lookup (e.g. user inputs prasanth.eth) and gets back the domain info
- Shows the list of the most recent domain registrations
- Support ENS Reverse Resolution for domain registered address
- Handles all loading states
- Responsive design
- Dark mode
- Infinite lazy loading of all recently registered domains in grid view with pagination
- Detail page of individual domain
- Configured `react-redux` to use in growl notifications etc., along with GraphQL
- Packages like `stitches`, `radix-ui` used for styling components
- Supports internationalization
- Configured development and production environments
- Deployed in Vercel

## 🙏 Contribution guideline

Create branches from the `main` branch and name it in accordance to **conventional commits** [here](https://www.conventionalcommits.org/en/v1.0.0/), or follow the examples bellow:
Expand Down

1 comment on commit 7aeb606

@vercel
Copy link

@vercel vercel bot commented on 7aeb606 Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.