Skip to content

Meeting planner built with React, local API and form with autocomplete suggestions. Never be late!

Notifications You must be signed in to change notification settings

szymonsuchanowski/planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Planner App screenshot

 

🔥 Live

Click to see live demo: Meeting Planner App!

 

🔍 Overview

What is Meeting Planner App?

Meeting Planner App is kind of React callendar with local API (JSON Server) as a database to manage meetings (using fake-json-server). The calendar is rendered from the database and contain a form to submit new meetings (form fields with hints created on previous meetings data saved in local API).

Meeting Planner App features

  • adding meetings with the specification of:
    • name
    • last name
    • e-mail
    • date
    • time
    • fields of the form are validated
  • hints for form fields based on previous meetings data
  • deleting tasks
  • renderd meetings are sorted by date
  • saving / deleting meeting using local API (JSON Server)

 

👨‍💻 Built with

React JavaScript HTML5 CSS3

 

⚙️ Run Locally

The project uses node and npm, follow the steps below to run it locally.

  • Clone the project using
  git clone
  • Go to the project directory and install dependencies
  npm i
  • Start developer mode
  npm start
  • Meeting Planner App is ready to go:

    • site

      http://localhost:3000
    • meetings data (database)

      https://fake-server-trip-booking.herokuapp.com/meetings

 

🔗 Useful resources

 

🥷 Author

Coded by Szymon Suchanowski.

Feel free to contact me:

 

🙏 Special thanks

Special thanks to my Mentor - devmentor.pl for providing me with the task and code review.

About

Meeting planner built with React, local API and form with autocomplete suggestions. Never be late!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •