8000 GitHub - Sparkisss/Test-task: Simple todo application using React, Ant Design, mongoDB, Nodejs and Expo.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple todo application using React, Ant Design, mongoDB, Nodejs and Expo.

Notifications You must be signed in to change notification settings

Sparkisss/Test-task

Repository files navigation

TODO APP

Tasks:

  1. Create todo app : • User can create, edit, delete, and toggle todo. • Use antd lib.
  2. Use eslint.
  3. Create simple express server with mongoDb Add route todo and methods: GET: return todos from db POST: create a new todo and save db PUT: change completed status and update at db DELETE: remove a todo from db
  4. Connect ui and server
  5. Create expo todo app and connect with server

27.07.24

  1. Create app and implemented eslint
  2. Add Ant-Design in npm dependences
  3. Created the application structure (add all basic components and basic styles)

28.07.24

  1. Add new functional:
  • create function;
  • edit function;
  • delete function;
  • togle function.
  1. Add comments and render number of tasks and completed tasks
  2. Create Nodejs server
  3. Connected the server to the db(mongoDb)
  4. Add method:
  • get;
  • post;
  • delete;

29.07.24

  1. Add method:
  • put;
  1. Create mobile app:
  • add all methodes;
  • add simple styles;
  1. Code refactoring

About

Simple todo application using React, Ant Design, mongoDB, Nodejs and Expo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0