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

https://github.com/thedevelop3r/modern-todo-frontend-nodejs

Modern Todo Application Frontend developed in Nextjs tailwindcss - jan-9th-2024
https://github.com/thedevelop3r/modern-todo-frontend-nodejs

Last synced: about 1 year ago
JSON representation

Modern Todo Application Frontend developed in Nextjs tailwindcss - jan-9th-2024

Awesome Lists containing this project

README

          

# Modern Todo Application Frontend

written by [Bilal Amjad](https://github.com/Thedevelop3r) in Nextjs 14 and Tailwindcss - (typescript)

## Dashboard

![Dashboard](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/dashboard.png?raw=true)

## Description

This Frontend is being developed for Todo Application, for creating and managing users, todos and todo items.

## development started on jan-09-2024 -- (in progress)

## Installation

```bash
npm install
```

## Usage

```bash
# install dependencies
npm install
# run in production mode
npm start
# run in dev mode
npm run dev

```

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Permission

You are free to use this code for your own projects, modify it, or publish it anywhere.
please give me credit if you use it. (@Thedevelop3r), thanks.

## Images

### home

![Home](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/home.png?raw=true)

### dashboard

![Dashboard](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/dashboard.png?raw=true)

### create todo

![Create Todo](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/create-todo.png?raw=true)

### edit todo

![Edit Todo](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/edit-todo.png?raw=true)

### register

![Register](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/register.png?raw=true)

### login

![Login](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/login.png?raw=true)

### profile

![Profile](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/profile.png?raw=true)

### todo

![Todo-Preview](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/todo-preview.png?raw=true)
![Todo-Preview-2](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/todo-preview-2.png?raw=true)
![Todo-Preview-3](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/todo-preview-3.png?raw=true)

### trash

![Trash](https://github.com/Thedevelop3r/modern-todo-frontend-nodejs/blob/main/project-screenshots/trash.png?raw=true)