Frontend is hosted on heroku https://willhandleit.herokuapp.com/
Backend is also hosted on heroku https://locacalendarapi.herokuapp.com/
Backend Repository: https://github.com/DamiDavy/DailyDoingsAPI
Registration is available here.
Or.
Here are my credentials for log in:
login – lovely
password - lovely2007
This is single-page application for keeping track of todos on the calendar.
Frontend and backend apps are divided into two repositories and are connected through REST API.
Backend is implemented on Django.
Frontend is implemented on React with hooks.
Redux is used as a state container on the frontend.
Frontend project is built by Сreate React App command.
Layout and design are made with Styled Components.
Authorized users can add and save their todos binding a specific day. They can change todo text any time. And also they to have an opportunity to repeat the todo a certain number of times after a certain number of days or weeks.
For unauthorized users it's just a calendar.
Frontend: React, Redux, Styled Components
Backend: Django