/VanillaJS-Birthday-app

This is a vanilla JavaScript CRUD app. I built this project to familiarize myself with JavaScript concepts. I followed a figma design.

Primary LanguageJavaScript

Birthday app

Figam design : Figma design

Live app : https://tantley-birthday-app.netlify.app/

Table of Contents

Overview

  • You can see my demo and code in these following links
Demo and Code

Built With

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/starjardin/VanillaJS-Birthday-app.git

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact

Birthday app description

  1. This is a CRUD (Create Read Update and Delete) app practice in vanilla JavaScript.

  2. One major point of doing this app was to endure and familiarize myself with array methodes such as map filter and find

  3. After just having learned fetch, we did this app and it was a very nice opportunity to practice fetch.

Experiments

While coding this app, I learned to create, read, update, and delete specific elements in an html document by using vanila JavaScript. Ohter than that, I learned nice features of ES6in JavaScript such as map, filter,findand distructuring in JavaScript.