Coder Social home page Coder Social logo

moralis-todo-app's Introduction

Todo app

Description

This is a simple todo app with two screens:

  • List: Displays all available todos
  • Details: Displays and let's the user update or delete one single todo

The current project's implementation present on the main branch only contains todo's state that is local to each screen.

There is a backend.ts available that simulates an interaction with a real world API:

  • Sometimes requests may fail
  • Responses take a variable amount of time to be served
  • You should not update this file, it is simply to be used as a replacement to a real backend

Expectations

We expect you to treat these steps as a real world production app development that is meant to:

  • Make the state reusable across the app, so that when a todo is updated in the details screen, the list screen is updated as well
  • Maintain snappy app interactions (for reference, users shouldn't ever wait for >100ms)
  • Keep same data consistent and trustworthy across the whole app
  • Write some key tests to ensure the app is working as expected. No need to chase high coverage just test what you think is important
  • Code is reliable and does not fail in edge cases
  • Make the result code easy to understand and maintain
  • Overal looks is not the focus of this test, but we do expect you to show a good sense of what makes a good user experience
  • App can be scaled to 5-10 engineers contributing simultaneously

Steps

Please create a branch from main and do implement the app, according to expectations. When you finish, please open a PR back to main and let us know you're done. You can add in the description of the PR any comments you think are relevant: the rationale behind your decisions and trade-offs, clarifications, what other steps you would add to improve etc.

Getting Started

First, run the development server:

npm i
npm run dev

Open http://localhost:3000 with your browser to see the result.


This is a Next.js project bootstrapped with create-next-app.

More information about the nextjs details can be found in the README.nextjs.md file.

moralis-todo-app's People

Contributors

smakss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.