Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
felixtanhm committed Mar 26, 2024
1 parent 1b84183 commit 3b92310
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
28 changes: 8 additions & 20 deletions full-stack-javascript/03-library/README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,24 @@
# Library 🌍
# Library 📚

A simple cataloging application to store saved objects. This project serves to familiarise using object constructors to add, modify and remove objects from a list.

A twist to the project was made, making this a "library" of travel destinations that I've personnally been to instead. ✈️

![GIF Recording of Library](library.gif)

[**Live Demo**](#) ✨ |
[**Project Specs**](https://www.theodinproject.com/lessons/node-path-javascript-library) 📝

## 🪃 Features

- Feature1
- Feature2
- Feature3
- Add / Delete books from the library
- Modal implementation

#### 🧭 Future Implementations

- Feature1
- Feature2
- Feature3
- Local storage for data persistence
- Search bar

## 💻 Built With

- Tech1
- Tech2
- Tech3

## 🚨 Usage (if applicable)

```bash
cd my-odin-projects/subfolder
npm i
npm run dev
```
- HTML
- CSS
- Javascript
8 changes: 6 additions & 2 deletions full-stack-javascript/03-library/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A small app to create objects built with Javascript to learn about Object Constructors and Classes as part of The Odin Project curriculum. A felixtanhm portfolio"
content="A simple cataloging application to store saved objects. This project serves to familiarise using object constructors to add, modify and remove objects from a list as part of The Odin Project curriculum. A felixtanhm portfolio"
/>
<link rel="stylesheet" href="reset.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Librar | felixtanhm portfolioy</title>
<title>Library | felixtanhm portfolio</title>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>"
/>
</head>
<body>
<header>
Expand Down

0 comments on commit 3b92310

Please sign in to comment.