DEV Community

thepkpawankumar
thepkpawankumar

Posted on

Todo manager App with Appwrite backend

Overview of My Submission

Todomanager is a simple todo application backend by Appwrite. It uses following technologies:

  • ReactJS for Frontend
  • MaterialUI for Styles
  • Appwrite for Backend

Submission Category:

Wacky Wildcards

Link to Code

Todo manager App backed with Appwrite

This project was bootstrapped with Create React App It uses material ui for design and Appwrite for backend It performs simple CRUD operations using Appwrite database API.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React

Additional Resources / Info

In this app development environment is used, I have not created any production environment. I created this app using docker on my local machine. I am attaching screenshots of used database collection and other screens of the application.
It uses

  • Appwrite Authentication
  • Appwrite Database

services of Appwrite.

This application has following endpoints:

  • /: Home page
  • /signin: Signin/Login page
  • /signup: Signup/Register page
  • /todos: Todolist page

Screenshots:

Docker instance of Appwrite Application
Backend users in appwrite

Todo collection

Login screen

Landing/Home page

Todo's frontend screen

Todo app action buttons
It is my first Hackathon, and I had a lots of fun with it.

Appreciate your time to reading this article.

Thank You! Happy Coding :)

Top comments (0)