The intuition of this project was to learn React with Typescript and how to get API using fetch function.
I also used Hooks (such as useState), interfaces, filter and map functions.
To run and view the project in development mode, you will need to follow the next steps.
Below are listed the necessary tools for the project to work:
- : NodeJS v12
Guide to how to install NodeJS.
Run the command to install the project dependencies.
npm install
npm run start
This project is licensed under the [MIT] license - see the LICENSE.md file for more details.