Skip to content

Testing a typical TO-DO notes listing app with NextJS and Redux Toolkit

Notifications You must be signed in to change notification settings

weaponsforge/todo-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-next

todo-next is a regular TO-DO notes listing app aimed for testing using NextJS and Redux Toolkit for front-end.
It also features a simple Todo CRUD API running on an express backend and uses mongodb for storing data.

Installation

  1. Clone this repository.
    https://github.com/weaponsforge/todo-next.git

  2. Read the instructions on the README files inside the /server and /client directories for more information on configuring and using the client and backend.

@weaponsforge
20220820