Project | Technologies | Layout | How To Use
In this module we will build a complete web front-end application using important concepts and tools from the React ecosystem such as Styled Components, MirageJS, Context API, hooks, Axios and much more.
Project developed with the following technologies:
You can view the layout of the project in the web version. You need to have a Figma account to access it.
To clone and run this application, you'll need Git and Yarn. From your command line:
# Clone the repository
$ git clone https://github.com/gisabernardess/ignite-reactjs.git
# Go into the directory
$ cd 02-dtmoney
# Install dependencies
$ yarn
# Run the development server
$ yarn start
# Navigate to http://localhost:3000
# The app will automatically reload if you change any of the source files.