Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 914 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 914 Bytes

React Instagram

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.

How to run this project

Open this project directory in a terminal and then install all dependencies:

$ npm install

Start the development server:

$ npm start

This application will start at http://localhost:3000.

API documentation

This application sends HTTP requests to a REST API which is documented at https://github.com/codenation-dev/react-instagram.

Requirements