Giter VIP home page Giter VIP logo

csi_superhero_fanpage's People

Contributors

aayush18602 avatar akhilnagar avatar algeo3603 avatar attreyee-muk avatar charmeemehta01 avatar chirag30sharma avatar darkblade33 avatar datmomoagain avatar dev270201 avatar fineattic avatar hailhydra1 avatar hetvigudka28 avatar joshsald avatar jsbhumra avatar ketan-kk avatar kirtika02 avatar krutikabhatt avatar praneelbora avatar sauravshetty473 avatar shinderohit127 avatar sid10235 avatar soumen246 avatar varadbrid avatar vinaykanase avatar vishalpatil0902 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

csi_superhero_fanpage's Issues

Optimize Readme to assist first time users

  • -Help style a better UI.

For Example


`# CSI Superhero Fanpage
The Superhero fanpage!! Create Pull request and start with open source

Setup

$ git clone https://github.com/csikjsce/superhero-fanpage-hacktoberfest2021
$ npm install
$ npm start

Starting the frontend Application

$ cd frontend_application
$ npm install
$ npm start

View the already done deployments

The Frontend Application : https://krutikabhatt.github.io/superhero-fanpage-hacktoberfest2021/

The Node JS application : https://superherobackend12.herokuapp.com/ `


  • -Add Documentation about the exact workings of the frontend and backend used for a react application.
  • -Add more information that might assist new beginners

Change the font of web page

Our Superhero Fanpage needs some changes in its fonts.

Expected Changes :

  • Use different fonts and choose one of them to enhance the look when someone is seeing the Webpage
  • You may change the font size but it must not affect the styling of other elements

Add responsiveness to the home page

Basic

  • Find the folder App.css .

  • Locate the class for which the css is to be added/changed .

  • Edit the css and/or add css for different media sizes .

Expected changes

@media only screen and (max-width: 768px) { 
   css data for this media size .
}

Add superherō data in website using a json object

Basic :

  • Find a folder named data
  • Create a json file ( filename : <your_name>.json)
  • Incase of existing filename, add your rollnumber to the file

JSON file format:

  • Make sure you create a json file with below content
{
    "title" : "<super hero name>",
    "image" : "<take any image url>",
    "description" :"<description>",
    "power" : [Array of strings],
    "widget_color" :"<color>",
    "text_color" :"<color>", 
    "dialogue":"<Dialogue!!>",
    "author" : "<your name>"
}

Example 💯

{
    "title" :"Iron Man",
    "image" :"https://i.postimg.cc/j2Kp5GPm/iron-man.jpg",
    "description" :"A founding member and leader of the Avengers and a genius CEO of stark industries!",
    "power" :["Tech Suit","Genius","Iron Armor","Avenger"],
    "widget_color" :"red",
    "text_color" :"white", 
    "dialogue":"Everyone Wants A Happy Ending, Right? But It Doesn't Always Roll That Way",
    "author" : "Krutika Bhatt"
}

Clean the unwanted files and directories

We have simply taken the base React files to create the website. Some of the files are not used and won;t be used further like setuptestVitals.js ,etc . Clean the codes, put comments and remove unnecessary files

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.