The app is a web-based application that allows users to plan and organize events.
You can find it in the app: The main page where users can view the list of upcoming events. Event creation page, where users can fill out a form with the necessary information about the event, such as name, date, time, location, description, etc. Even more importantly, the event page, which displays detailed information about a specific event..
- Client : React
- Server : JSON Server
- Deployment : Netlify, Render
1. Open terminal (Mac OS) or cmd (Windows)
2. Check npm version:
npm -v- Should print something like
6.4.1
- Should print something like
3. Install Dependencies
- Navigate to the project folder and run:
npm install
4. Run Project
npm start