An open API service indexing awesome lists of open source software.

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

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:
![Login Page](https://github.com/LukmanRambe/qubic-tech-test/assets/66102026/57dadee9-d55e-489a-8692-4ce1a06f633a)

and after login, you will be redirected to To Do page like this:
![To Do Page](https://github.com/LukmanRambe/qubic-tech-test/assets/66102026/26eb9172-6c4e-4614-9c47-f1de27451a1f)

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