From ce3489a0331aa5bcccc7d52daea158a64a009d2f Mon Sep 17 00:00:00 2001 From: Leanne Holmes <78713111+leanneholmes@users.noreply.github.com> Date: Wed, 13 Dec 2023 03:13:05 -0800 Subject: [PATCH] Update README.md --- README.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c8473b3..c95b8f8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@

Card Crafter

+ Present +

A festive e-card generator built with JavaScript and Firebase!
@@ -34,7 +36,6 @@

  • Installation
  • -
  • Usage
  • Roadmap
  • Challenges
  • Contact
  • @@ -82,7 +83,7 @@ These instructions are for running the project locally. ### Prerequisites -You'll need to have the latest LTS version of Node installed. +You'll need to have Node 20.0 or later installed on your machine. ### Installation @@ -94,17 +95,6 @@ You'll need to have the latest LTS version of Node installed.

    (back to top)

    - - -## 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. - - -

    (back to top)

    - - - ## Roadmap @@ -122,11 +112,11 @@ Use this space to show useful examples of how a project can be used. Additional ## Challenges -I had to trim a few features from the application because of schedule constraints. I ran into significant difficulty implementing the authentication and CRUD operations with Firebase. I have not worked with it in over a couple of years, and there have been significant changes to the syntax with limited helpful examples online. +I had to trim a few features from the application because of schedule constraints. I ran into many problems implementing the authentication and CRUD operations with Firebase. I have not worked with it in over a couple of years, and there have been significant changes to the syntax with limited examples online. -I also had several issues creating my build files. I was unable to host on Vercel and Netlify, and eventually had to host on Firebase. +I also had several issues creating my build files. I was unable to host on Vercel and Netlify, and eventually had to host on Firebase. -Challenges aside, I did not use any pre-built UI elements or template code to make this. Everything was from scratch, and I'm incredibly proud of how it looks. I'm also very glad I was able to get it deployed in time! +Challenges aside, I did not use any pre-built UI elements or template code to make this. Everything was written from scratch, and I'm incredibly proud of how it looks. I'm also very glad I was able to get it deployed in time!

    (back to top)