Skip to content

Calendar app with functionality to add events like tasks and birthdays.

Notifications You must be signed in to change notification settings

nenadV91/Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calendar app - Demo

Calendar application with functionality to add tasks, reminders and birthdays.

Front-end

  • React
  • Redux
  • React-big-calendar

Back-end

  • Express
  • Mongoose
  • Mongodb

Get started

Client

  • cd client
  • run npm install
  • start the dev server npm start on port 3000
  • or run production build npm run build

Server

  • cd server
  • run npm install
  • set env variables in .env file for DB_HOST and DB_NAME
  • if you want server to use client build files then change NODE_ENV to production
  • start the server with npm run dev on port 4000

Preview 1


Preview

Preview 2


Preview

Preview 3


Preview

Author

Nenad Vracar

License

Licensed under MIT

About

Calendar app with functionality to add events like tasks and birthdays.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published