Skip to content

Files

Latest commit

 

History

History

02-dtmoney

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

First web application with ReactJS

Project   |    Technologies   |    Layout   |    How To Use

dtmoney

💬 Project

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.

🚀 Technologies

Project developed with the following technologies:

🔖 Layout

You can view the layout of the project in the web version. You need to have a Figma account to access it.

ℹ️ How To Use

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.