Skip to content

Latest commit

 

History

History
58 lines (53 loc) · 2.46 KB

README.md

File metadata and controls

58 lines (53 loc) · 2.46 KB

Financial System

About B7Web

The B7Web is an Online Code Platform that teaches students to become a fullstack developer (Web & Mobile).
The d5React bootcamp teach us react/typescript through five projects in five days.

Objectives of this project

Financial control of income / expense.

  • Insert new income/expense
  • Filtered by month
  • Resume of balance

Creation method

creating the project folder

npx create-react-app [project_name] --template typescript

Installing libraries

npm install styled-components
npm install -D @types/styled-components

Start Server

in order to use the applications you must start the server at the projects folder by:

npm start

Technologies Applied

npm react
GitHub language count html5 css3 typescript
GitHub code size in bytes