This is my first built-in React application. The goal of the project is to build a frontend application that can communicate with API. I have also introduced a search box in this application.
- React JS
- HTML
- CSS
- First run
npm install
to install all the dependencies. - Then run
npm start
to start and view my complete project.