https://github.com/devrax/booklist
This is one of my first projects made on javascript and now I refactored using typescript with some news features added as the Alerts for example.
https://github.com/devrax/booklist
css html5 ts
Last synced: 3 months ago
JSON representation
This is one of my first projects made on javascript and now I refactored using typescript with some news features added as the Alerts for example.
- Host: GitHub
- URL: https://github.com/devrax/booklist
- Owner: Devrax
- Created: 2019-08-28T23:21:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T23:30:26.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T17:53:58.146Z (5 months ago)
- Topics: css, html5, ts
- Language: CSS
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple Book list using TS
This is one of my first projects made on javascript and now I refactored using typescript with some news features added as the **Alerts** for example.
### How to open the project after cloning
Locate the root directory of the project and open your terminal, type
```javascript
npm install //This is going to install all the dependencies
```And later, run this another command
```
parcel ./index.html
```That will open a port on 1234 in the localhost route. the project will looks like this 