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
Add a task to a list with checkbox option
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