Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

aditya-mitra/card_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ccb logo
Card Builder

Description Character Card Builder

Character Card Builder is an app which can create awesome cards like this.

Genos Card

Why did you make this app? Character Card Builder

To implement what I learnt. I created CCB in 1 week after I finished learning PostgreSQL. During the process I also learnt ReduxJS.

Features Character Card Builder

1. Integrated Search

search integrated

2. Dark Mode

Darkmode

3. Create New Cards (no signup required)

new cards

4. Showcase Your Cards

showcase

The Backend uses PostgreSQL (no ORM - raw SQL queries) as the Database and NodeJS as runtime with Express framework.

Code for backend can be found here on the backend branch

The frontend is made using React and Redux, Semantic UI and Axios for api calls.

Code for frontend can be found here on the fronted branch

License lic_gif

Closures is provided under the MIT License.

MIT License

Copyright (c) 2021 Aditya Mitra

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.