GithubHelp home page GithubHelp logo

nawaart's Introduction

Nawaart Gallery

let' test jonathannicolasdev github

This is the repository of Nawaart. Click here to access it.

Inspirations

Design

Design Asset

Design assets:

Sitemap

  • Home
  • About/Story
  • Artists
  • Stories
Name Routes
Home /
About /about
Artists /artists
Add New Artist /artists/add
Artworks /artworks
Add new Artwork /artworks/add
Stories /stories
Add New Story /stories/add
Login /login

Features

Frontend

  • Visitor cannot register or login
  • Owners can login
    • When authenticated in particular pages such as Artists, Artworks, Stories: they can modify (add, edit, and remove) the data.
  • Visitors can view Artists, Artworks, and Stories
    • Visitor can view single Artist page
    • Visitor can view single Artwork page
    • Visitor can view single Story page
  • Owners can add, edit, and remove an Artist
  • Owners can add, edit, and remove a Story
  • Owners can add, edit, and remove an Artwork
    • Artwork's artist can be empty

Backend

  • ...
  • ...
  • ...

Data

Artists

  • Name
  • Photo
  • Biography
{
  "_id": ObjectId,
  "slug": "adha-joe",
  "name": "Adha Joe",
  "photo": "https://exampple.com/images/adha-joe.jpg",
  "biography": {
    "about": "Even Adha is an autodidact artist and has never joined any art institution, he has been interested with art and started to paint since he was very young. In the beginning, Adha started to learn many kind of arts in various media, then finally he decided to focus on painting. For Adha, to paint is to express himself, as for him arts is the bridge to communicate to the audiences.",
    "exhibitions": [
      "2018 “Perupa Muda#3 Ring Road”, Sangkring Art Space, Yogyakarta",
      "2018 “Imagine Beauty”, Sunrise Art Gallery & Arcade, Fairmont Hotel, Jakarta",
      "2018 “Imagine Beauty”, Sunrise Art Gallery & Arcade, Fairmont Hotel, Jakarta"
    ]
  }
}

Artworks

  • Title
  • Artist
  • Image
{
  "title": "Let It Grow",
  "artist": ObjectId,
  "image": "https://example.com/images/let-it-grow.jpg"
}

Stories

  • Image
  • Title
  • Content
{
  "title": "Art in the park",
  "image": "https://example.com/images/art-in-the-park.jpg",
  "content": "<p>
  It's a sad fact that many people won’t ever step into art galleries and
  museums. Some are reluctant to do so because those places can be intimidating.
  Even contemporary art can have a snooty, rarefied air about it that feels cold
  and uninviting.
</p>
<p>
  Art is important because it’s part of the story we tell about ourselves; it’s
  our culture. It’s something that can be enjoyed in a spectrum of senses, from
  titillation to edification. But it’s often just not easy to “get into,” and
  that’s partly because of snobbery, but it’s also because art really is
  sophisticated and therefore demands time and effort.
</p>"
}

License

Copyright 2020 Jonathan Nicolas. All rights reserved.

nawaart's People

Contributors

jobegood49 avatar jonathannicolasdev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.