Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w-arantes authored May 11, 2023
1 parent 49bbe42 commit ce7476a
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,19 +141,6 @@ import { Button } from '@/components/Button';
// To import images or other files from the public folder
import avatar from '@/public/avatar.png';
```
## Final considerations
## About this project

The conception of the application was based on the creation of the product 'SportsCentral' and meeting the requirements of the provided document.

Some important points can be taken into consideration according to the evolution of the application, such as security in user authentication, accessibility factors, responsiveness and performance with use, and an API with real data.

The following are the areas of improvement that can be focused on the SportsCentral application:

- Writing Detailed Tests (e2e and unitary, consuming a real-data API)

- Improving Performance with Caching Libraries (React Query / RTK)

- Increasing Security in API Requests and Login (JWT / Basic Auth)


Thank you for the opportunity to create such a cool project and I look forward to technical feedback on the application.
The conception of the application was based on the creation of the product 'SportsCentral' and meeting the requirements in a code challenge.

1 comment on commit ce7476a

@vercel
Copy link

@vercel vercel bot commented on ce7476a May 11, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sportscentral – ./

sportscentral-w-arantes.vercel.app
sportscentral.vercel.app
sportscentral-git-master-w-arantes.vercel.app

Please sign in to comment.