- Table of Contents
- Description
- My experience
- Usage
- Technologies Used
- Preview
- Deployed link
- Future Development
- Questions
This project was designed to create a web application where a calendar is displayed showing the current month and a grid of days.
- Each of the days cells is clickable.
- When a user click on a chosen day, a modal appears (empty for now).
- The user is able to navigate between months, view the upcoming month and previous month.
- The user is able to navigate between years, view the upcoming year and previous year.
This application consists of a React Typescript frontend.
This was the first time that I used the date utility library date-fns. I found this library easy to understand and very useful to implement functions and be able to get specific dates.
Writing code with TS still a bit challenging but it is definitely better than the firts time, it has been a process of reading and practice.
This was also the first time that I used Tailwind for styling in a personal project and I found Tailwind a great source to style an application, as it can summarize multiple lines of code and also it was very easy to find its documentation and implement it.
npm run dev
- React
- Typescript
- Tailwind
- Date-fns
- Calendar
💡 Live version: To be deployed!
- This project is the base of two following projects where the fronted and backend implementation were be develop.
- The styling will be update once the following projects are finished.
- Contact me on my GitHub profile: Marcela's GitHub
