This is an application based on the Todo app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects. I extended the challenge by adding some extra fields and functionality. Such as authorization, login with google. I did this, to be able to have multiple users.

Overview

Dark Mode
Todo App Dark Mode.
Light Mode
Todo App Light Mode.

The challenge

Users should be able to:

Built with

What I learned

This project was a good practice to test my React and Tailwind CSS skills. First time, I used NextAuth.js, Prisma and Supabase. To build a feature complete CRUD application.

How to use

  1. git clone git@github.com:DalkMania/nextjs-crud-todo-app.git
  2. cd nextjs-crud-todo-app
  3. npm install
  4. Copy the env.example file to .env
  5. Put your API keys for the different services in the .env file
  6. Run npx prisma migrate dev
  7. npm run dev
  8. Visit http://localhost:3000/