Skip to content

A simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the photo, name, age and id-number of people whose birthday is today). It also allows for all the information to be cleared away at the click of a button.

License

Notifications You must be signed in to change notification settings

German-Cobian/Birthday-Reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthday-Reminder

A simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the photo, name, age and id-number of people whose birthday is today).

Birthday reminders

It also allows for all the information to be cleared away at the click of a button.

No birthday reminders

The app is based on one of the project that appears in the tutorial Code 15 React Projects - Complete Course by freeCodeCamp.org.

LiveDemo

Setup and Install

  • Open your terminal - Windows: Win + R, then type cmd | Mac: Command + space, then type Terminal
  • Navigate to a directory of your choosing using the cd command
  • Run this command in your OS terminal: git clone git@github.com:German-Cobian/Birthday-Reminder.git to get a copy of the project
  • Navigate to the project's directory using the cd command
  • In the clone folder, run npm install
  • To fire up the server run npm start
  • Visit http://localhost:3001/ in your browser to get into the app

Built With

  • HTML
  • CSS
  • JavaScript
  • React

Author

👤 German Cobian

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Guidelines for this tutorial supplied by freeCodeCamp.org, specifically in their Code 15 React Projects - Complete Course tutorial.

📝 License

MIT licensed.

About

A simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the photo, name, age and id-number of people whose birthday is today). It also allows for all the information to be cleared away at the click of a button.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published