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.
- To do list
- Financial system
- Photo Gallery
- RPG Games
- Advanced Form
Financial control of income / expense.
- Insert new income/expense
- Filtered by month
- Resume of balance
npx create-react-app [project_name] --template typescript
npm install styled-components
npm install -D @types/styled-components
in order to use the applications you must start the server at the projects folder by:
npm start