Skip to content

Massacre-Saint/dialing-in.v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn


Logo

Front-End Capstone: Dialing In

Meant for mobile-only currently. Dialing In is for coffee enthusiasts who want to have consistency with brewing and learning how to brew coffee correctly. The app is meant to guide you on core principles for brewing coffee, and allows users to create their own recipes based on those principles.
Explore the docs »

View Demo · Report Bug · Request Feature

***Version 2 New Features***

  • Created steps now are updated and created based on current order and dynamically change!
  • Water temp for determining weight has been taken out. Improved UX
  • Server side here, Version 2 no longer supports Axios/Firebase
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

Dialing-In was a school, passion project for Nasvhille Software School's Software Development Bootcamp. This project was my capstone/final to demonstrate simple CRUD with authentication through Axios/Firebase. Dialing-In is an inspired app I wanted to create after my 10+ years as a barista, for my morning routine of brewing coffee.

(back to top)

Built With

  • Next
  • React
  • Bootstrap

(back to top)

Getting Started

To create and use this app for CRUD on you own data please follow the directions below:

  1. Create a Firebase project and set up authentication. Use these videos as a refresher if needed.
  2. Create a .env file at the root of the project
  3. Copy/Paste the contents of the .env.sample file to your newly created .env file.
  4. Copy over all of your Firebase values into the .env file.
  5. From your command line, be in the root directory and run npm install OR npm i for short.
  6. Next, run npm run prepare. This command sets up husky to track eslint errors on commit that will make your deploy fail on Netlify.
  7. To start your application, run npm run dev.
  8. Open http://localhost:3000 with your browser.

NOTES:

  • If you see the following error, you did not follow all the setup steps correctly and failed to add your Firebase creds. Go back and do that NOW.

Screen Shot 2022-07-06 at 11 18 45 AM

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Back to List of Contents

Roadmap

  • Comments and Ratings for recipes
  • User Profile badges
  • Coffee Origins
  • Smart Steps
  • Favorited Recipes
  • Messages and Threads

Back to List of Contents

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Back to List of Contents

Contact

Jacob Martin - https://www.linkedin.com/in/massacresaint/ - jacob95martin@gmail.com

Version 1 Version 2 Version 2 Server

Back to List of Contents

Acknowledgments

Back to List of Contents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published