Skip to content

A checklist project built for daily use, built using the T3 stack

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

burak-sevinc/t3-checkinout

Repository files navigation

Checkinout Logo

Checkinout - T3 Stack

A checklist project built for daily use, built using the T3 stack

MIT License

Introduction

Checkinout is a web application that simplifies managing your daily routine checks. With Checkinout, you can easily create a list of tasks that you need to complete every day and mark them off as you go. It's ideal for busy professionals, parents, or anyone looking for an easier way to manage their daily routine checks.

Features

  • Create multiple lists with as many items as you need
  • Check off items as you complete them
  • View completed items for each list
  • Simple and intuitive user interface
  • Free to use

Tech Stack

T3 stack, Mantine, next-i18next

Live project

Checkinout (hosted on Vercel)

Run Locally

Clone the project

  git clone https://github.com/burak-sevinc/t3-checkinout.git

Go to the project directory

  cd t3-checkinout

Install dependencies

  npm install

You need to create a .env file at the root folder with the keys defined in .env.example before running any of the following commands.

To migrate the Database (Make sure that you have a valid DATABASE_URL in your .env file). This is needed if you are planning to run Checkinout locally

 npx prisma db push

Start the app in development mode with hot-code reloading by running:

 npm run dev

Create an optimized production build of the application by running

 npm run build

After building the app start it in production mode by running:

npm start

Check if there are any linting issues by running:

npm run lint

Feedback

If you have any feedback, you can reach out to me at info@buraksevinc.dev

About

A checklist project built for daily use, built using the T3 stack

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks