https://github.com/edmilson-dk/book-manager
Book manager is a simple nextjs page with reactjs to manage your books.
https://github.com/edmilson-dk/book-manager
nextjs react typescript
Last synced: 2 months ago
JSON representation
Book manager is a simple nextjs page with reactjs to manage your books.
- Host: GitHub
- URL: https://github.com/edmilson-dk/book-manager
- Owner: edmilson-dk
- Created: 2021-06-19T20:31:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T00:59:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T21:31:56.245Z (over 1 year ago)
- Topics: nextjs, react, typescript
- Language: TypeScript
- Homepage: https://book-manager-murex.vercel.app
- Size: 682 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Manager - Website
Book manager is a simple nextjs page with reactjs to manage your books.
## Topics
* [Layout](#layout)
* [Demo](#demo)
* [Features](#features)
* [Installation](#install)
* [License](#license)
__Login__

__Dashboard__

View the online website on the [Vercel](https://vercel.com/) server
[Book manager](https://book-manager-murex.vercel.app/)
> The project does not have any functionality, as it is just a common web site with no actions.
* 1 First clone the repository for your machine.
```sh
git clone https://github.com/edmilson-dk/book-manager
```
* 2 After that, enter the generated folder and install the project dependencies.
> You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.
```sh
npm install
# or with yarn
yarn install
```
* 3 After that start the Reactjs server and it will automatically open the browser for you.
```sh
npm dev
# or with yarn
yarn dev
```
[MIT](https://github.com/edmilson-dk/book-manager/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilsonjesus)