This application is developed using by me using the Material Design and React.js library
The Technology implemented in this App:
- React
- React-router
- Material Design
- createReactApp
This application has the following Pages:
- Add event post to homepage
- Homepage for all events
- Single Page event description and Book button
- Signup/login functionality
- Dashboard to add events for a company
- From parent folder, cd server -> npm start
- From parent folder, cd client -> npm start
- From MongoDB folder, mongod.exe --dbpath c:/data/db
- From parent folder, cd server -> node createTestData.js
- Navigate to localhost:3000 to see the live application.
/signin/ -- shows the signin page /signup/ -- shows the signup page
[ ] Add more features [ ] Refactor code [ ] Add axios [ ] Add more features to Dashboard