The task is to evaluate my ability in frontend development using best practices, it includes features like user search, filter by gender, download users and pagination.
Open the live link here: stellamaris-user-info.netlify.app, I am open to feedbacks.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine.
- Clone the Repository and change direcory to the root
- Install Packages
yarnin root dir - Run
yarn run dev
Runs the application in dev mode, enable hot restart and allows for quick modification
Open http://localhost:5173 with your browser to see the result.
Use the command below to test for some core features
yarn run test
- ReactJs
- Typescript
- React Query
- Tailwind CSS
- ContextAPI (State management)
- Axios
- Jest