This is a simple React app that allows users to to save and view your events. You can create new events, search for events, and search by date.
The app comes with 5 example events, feel free to edit, search, and delete them.
You can edit an events information.
You can flag an event as important, and will be shown with a red border.
You can search for events by text, it will search the events title to see if it contains the search text.
You can search by date and it will show events within that date and after.
You can change the theme from light and dark.
-
npm/nodejs is required to run this application. It can be downloaded from: https://nodejs.org/en/download/package-manager.
-
To get started first extract the Calendar-App.zip.
-
Then in command prompt cd to the directory (make sure your inside the "Calendar App" Folder):
cd Calendar-App-1.0\Calendar-App-1.0\Calendar App
- Next install the packages:
npm install
- Now you can run the application:
npm run dev
- You can view the app at:
http://localhost:5173/
or the address given by the console
Distributed under the GNU GPL v3 License. See LICENSE.txt for more information.
Email - [email protected]
Website - umarrajput.co.uk
GitHub - @umarraj008
LinkedIn - in/umar-rajput
Project Link: https://github.com/umarraj008/Calendar-App