- Frontend: HTML, CSS, JavaScript, React Js, Typescript, Tailwindcss, Redux Toolkit, RTK query
- Fake Api used for get and post operation
- Other Technologies: React hot toast, React Form Hook, React icons
- User Authentication: Fake Api, Tokens
- Tools: Git for version control, GitHub for repository hosting, Netlify for Deploying.
- Users Listing: Show all users and their action on table view.
- Tasks Listing: Tasks get from dummy api and show it card view.
- Login and Registration: Login and registration api intregation using redux toolkit and rtk query.
- Other Page: Dashboard, profile, settings page design blank now.
- Private route: Private route for user, dashboard and task page
https://6530e4b043164a0e3ee33654--fluffy-narwhal-97e439.netlify.app/
Color | Hex |
---|---|
Body Color | |
Theme Color |
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm start