This project was bootstrapped with Create React App.
Simple Calendar App. Allows users to view, add, edit, and delete events.
- Fork or clone this repo to your local machine https://github.com/cdkirkwood/calendar-app
- run
npm install-all
to load all needed dependencies - run
npm run dev
- The app should redirect you to http://localhost:3000/ to view the app. If you weren't redirected then you should go the that url manually.
- [React] - Front-End Javascript Library for building the UI
- [React-Redux] -Front-End Javascript Library for managing state
- [Express] - Back-End Javascript Library for creating API routes
- [Postgres-Sequelize] - SQL Database for storing events
- [MomentJS] - Javascript Library for date conversions