Skip to content

Oceanestars/Creative-Code-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

Pull Requests Welcome Build Status

I want to create a website where people can log in how they feel and that data will be stored in a database and then I would use that data to create some art piece that reflects the answer. Ideally I'd have one webpage where you enter the data and another page where you can see the art piece. The reason behind this project is how I want to be connected with my friends. But sometimes people are uncomfortable answering the question "How are you?" so I wouldn't see any of their answer except some art piece. Stretch goal would be to have people be able to have an account and log in everyday and I could see a different art piece everyday and see how they are progressing. It feels like a less invasive way to check on someone. Feel free to contribute by forking and doing a pull request :)

How to run this project

To run this project you have to fork it and then clone it

git clone https://github.com/yourusername/Creative-Code-Project.git

Then in your terminal you need to run

nodemon server.js   // you can also just use npm server.js

Tools

  • npm - Node package manager
  • Node.js - Open source, cross-platform runtime environment for developing server-side applications
  • Express - Web framework for node
  • Nodemon - Automatically refresh my server
  • Firebase - Database as a service
  • Jquery - Javascript Library
  • P5.js - Javascript Library
  • Bulma - CSS Framework
  • SASS - CSS Extension
  • Travis CI - Continuous Integration
  • Notyf.js - Javascript Library

Features

  • Created multiple checkup questions
  • Created art based on data
    • Used P5.js and css animation
  • Created a legend
  • Deployed on Heroku
  • Installed Travis CI to test my build
  • Firebase
    • Read and write from database
    • Log in and sign up
    • Send email verification when account is created
    • Ability to reset password

Credit

About

Web Project which uses P5.js and Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages