Skip to content

tobiasprima/todolist_react_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TodoList Website

This project is hosted on https://tobiasprima.github.io/todolist_react_web/

Go Backend for this project is on https://github.com/tobiasprima/todolistapi

Screenshot 2024-03-22 at 12 52 37 AM

Quick Start

  1. Clone Frontend
git clone https://github.com/tobiasprima/todolist_react_web
  1. Run on localhost
npm start
  1. Open localhost:3000

This Project uses Go Backend that is connected with MongoDB

To test this project without backend

  1. Open src/app/api/apiSlice.js
  2. Set baseQuery to an empty string
 baseQuery: fetchBaseQuery({ baseUrl: 'https://todolistapi-kcjj.onrender.com' }),

To

 baseQuery: fetchBaseQuery({ baseUrl: '' }),