This is a simple React + Vite + Typescript layout responsive front end exercise of a project based on the three pages only Landing, Login and Dashboard.
You can navigate through the application by clicking in the following components:
- Login button in the navigation bar in the landing page will lead you to the login page
- Sign in button in login page will get you to the dashboard page
- Any other route will lead you to the Not found page.
Also you can find some comments of the development process. For future activities pagination, context api, and authentication would like to be improved, as well as some filtering logic found in the dashboard.
Please don't be afraid of adding comments if needed.
So, do you wanna start? Please check out the following steps!
- Git clone it in your local machine
- Open your favorite terminal
- Navigate through the project archive
- Run the following commands
npm i
npm run dev- And open your http://localhost:5173/ server on your fav browser
There you have it! You will see this React development.
- React
- React router dom
- Typescript
- Tailwind
- Material UI icons
Thank you a lot for being here. I will be open to any more comments that you may have. Don't hesitate to get in touch!