https://github.com/lukmanrambe/qubic-tech-test
To Do web app built with NextJS, ReactJS, TypeScript and TailwindCSS
https://github.com/lukmanrambe/qubic-tech-test
axios headlessui nextjs react-hook-form react-hooks react-query react-select reactjs tailwindcss todo-list typescript yup
Last synced: 2 months ago
JSON representation
To Do web app built with NextJS, ReactJS, TypeScript and TailwindCSS
- Host: GitHub
- URL: https://github.com/lukmanrambe/qubic-tech-test
- Owner: LukmanRambe
- Created: 2023-10-30T16:19:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T07:39:02.000Z (over 2 years ago)
- Last Synced: 2025-02-09T09:14:19.372Z (about 1 year ago)
- Topics: axios, headlessui, nextjs, react-hook-form, react-hooks, react-query, react-select, reactjs, tailwindcss, todo-list, typescript, yup
- Language: TypeScript
- Homepage: https://qubic-tech-test-lukman.vercel.app/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```sh
npm install
npm run dev
```
Then you will see login page like this:

and after login, you will be redirected to To Do page like this:

Open [https://qubic-tech-test-lukman.vercel.app/](https://qubic-tech-test-lukman.vercel.app/) with your browser to see the result.