This is the final challenge of the react module, from Senai's FullStack course. It is a dashboard where you register a new message and view the old ones in a table.
- Using MaterialUI to style.
- Validation of new messages using YUP.
- Using JSON-Server for "backend"
- A filter for the table.
- A Dashboard screen for viewing graphics.
- Darkmode using Redux to change the theme.
This project was bootstrapped with Create React App.
In the project directory, you need to run:
Runs the app in the development mode.\
Open http://localhost:3000 to view it in the browser.
or using que comamand
Runs the app in the development mode.\
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.