This project is a testing pokedex project, you can search visualize aspects of the pokemons and select some of them to form a pool.
The project use these techs:
- Antd for the components of the interface https://ant.design/docs/react/introduce
- The data for de project come from https://pokeapi.co/
- The state management is provided from jotai https://jotai.org/
- The routing of the page is provided from react router https://reactrouter.com/en/main -This project was bootstrapped with Create React App.
-api : api request declarations -assets : assets folder contains all static files such as images, fonts etc -components : truly reusable components -features : components that represet a feature -routes : routes configuration -utils : hooks, apis
You can see the mocks of the views in the list of figma links:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.