This is an exercise from Online AceleraDev React @Codenation. React Instagram is a website developed as a mobile-first SPA (Single Page Application) and implemented in React.js by using React Hooks and React Router. it simulates some functionalities from Instagram.
The requirements of this project are detailed in https://github.com/codenation-dev/react-instagram.
Open this project directory in a terminal and then install all dependencies:
$ npm installStart the development server:
$ npm startThis application will start at http://localhost:3000.
This application sends HTTP requests to a REST API which is documented at https://github.com/codenation-dev/react-instagram.
- Node v13.8.0 - or later;