GithubHelp home page GithubHelp logo

codeuino / website-www.codeuino.org Goto Github PK

View Code? Open in Web Editor NEW
34.0 11.0 73.0 66.47 MB

Home Page: http://www.codeuino.org/

HTML 0.64% JavaScript 80.16% SCSS 19.20%
site html css ui-components ux-design react react-native hacktoberfest hacktoberfest2020

website-www.codeuino.org's Introduction

Codeuino Website

Official site for Codeuino landing page. Please visit http://www.codeuino.org/

Table of contents

  • Requirements
  • Installation
  • File Structure
  • How to contribute
  • Credits

Requirements

Following applications are required to run the application locally.

  • Git
  • Npm
  • Node

Installation

To run the application on your local system follow these steps

  1. git clone https://github.com/codeuino/website-www.codeuino.org.git
  2. Move to the project directory.
  3. git checkout development
  4. npm install
  5. npm run build
  6. npm start
  7. Open localhost:5000 to view the website on your local browser.

File Structure

This section describes about the file structure of the project. All the source code is located in src directory. There are two main directories in the src folder, components and pages. The pages directory contains all the source code of routes in separate folders. The components directory contains all reusable component file in separate folders.

Dockerizing the application

To use the application in docker for both production and development use, follow

  • Build and tag docker image docker image build -f Dockerfile-dev -t {name-of-docker-file-of-your-choice} .

  • Running docker image lakshyadocker run -it -v ${PWD}:/app -v /app/node_modules -p {Port-you-want-your-app-on}:3000 --rm {docker-image}

How to contribute

Opening an issue

GitHub issues GitHub closed issues

You should usually open an issue in the following situations:

  • Report an error you can’t solve yourself
  • Discuss a high-level topic or idea (for example, community, vision or policies)
  • Propose a new feature or other project idea

Tips for communicating on issues:

If you see an open issue that you want to tackle, comment on the issue to let people know you’re on it. That way, people are less likely to duplicate your work. If an issue was opened a while ago, it’s possible that it’s being addressed somewhere else, or has already been resolved, so comment to ask for confirmation before starting work. If you opened an issue, but figured out the answer later on your own, comment on the issue to let people know, then close the issue. Even documenting that outcome is a contribution to the project.

Opening a pull request

PRs Welcome GitHub pull requests GitHub contributors

You should usually open a pull request in the following situations:

  • Submit trivial fixes (for example, a typo, a broken link or an obvious error)
  • Start work on a contribution that was already asked for, or that you’ve already discussed, in an issue A pull request doesn’t have to represent finished work. It’s usually better to open a pull request early on, so others can watch or give feedback on your progress. Just mark it as a “WIP” (Work in Progress) in the subject line. You can always add more commits later.

Credits

This project is currently maintained by Jaskirat Singh .

Twitter Follow Open Source Love

website-www.codeuino.org's People

Contributors

21tcoelho avatar aastha980 avatar aayushgupta05 avatar adarzh-sys avatar aksharanigam1112 avatar aryan-harsh avatar auraofdivinity avatar ayushnagar123 avatar devanshcodes avatar devesh-verma avatar harendrasingh22 avatar im-gozmit avatar imskr avatar janvimahajan14 avatar jaskiratsingh2000 avatar khanna98 avatar ksraj123 avatar lakshyabatman avatar ragasirtahk avatar rak-shit avatar ramanpreet6262 avatar ridvmodi avatar rupeshiya avatar saichethan avatar sammychinedu2ky avatar sarthak77 avatar sridharpandian avatar vaibhavdaren avatar vibhu-agarwal avatar wimpywarlord avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

website-www.codeuino.org's Issues

Edit README.md

As we have changed our name from FOSSWORLD to CODEUINO so someone please update the changes in the README.md and also add the some further contents in the README file, like :

  1. Languages we have used :HTML , CSS and JS
  2. Procedure for someone who wants to contribute to the website.(fork, add,commit,pull request)
  3. Slack channel link

Typo errors

Please change "FOSSWORLD" to "codeuino" in the website. Where ever it is there.

Website Content

As our community is rapidly growing some of the content in it should be updated. There is also need for good content about codeuino both technically and as an organisation

Please comment if you are interested

embedding bootstrap in index.html

To solve the issue of contributor we had to embed bootstrap.min.css inside index.html
Placing cdn above main.css make about us section disappear and same is case when we place this bootstrap.min.css file below main.css.
This is not working
capture
This is also not working
capture

Too less projects to view

In the Projects section, when the numbers are clicked, the page is refreshed.
Basically, there are too less projects on the website to view.

Images Needed

There is a need for images
By Adobe Illustrator, or by any means if you can create or fetch images for CODEUINO comment below
or send that images as comments under this issue

Wikipedia page

It's better if we have a Wikipedia page for Codeuino this helps in indexing site and forming rich cards so, interested people please start working on it.

Donate Us button not working

The hovering Donation Panel comes up when I click the Donate Us option from the nav bar.
If I click the cross on the top right panel of the hovering Donation Panel, Donate Us area of the page is visible, but the red Donate Us button on its center isn't working.
Nothing happens when clicked.

Ideally, the Donate Us area of the page should come up when selected from Nav Bar.
The Donate Us panel can be hovered on being clicked on the red Donate Us button.

Unexpected results on mouse hovering

When we hover the mouse on recent products headings then unexpected result is obtained.

hover1

On hovering this result is obtained. However we want the correct padding of text displayed on hover.
hover2

Add about page

About page heading has been given at top navbar so add page through it so that on clicking it redirects to that.

First paragraph of Readme

The first paragraph of the Readme is bad !

It isn't apt if we are calling codeuino an organisation, it seems like a readme of some kid's personal project.

Also is saying that the social platform being made is similar to Facebook a good thing? When facebook exists why is this being made???????? Add there what's unique about this one.

todo: add contents

todo:-main site development
[assigned to] Siddharth Aggarwal, Bhartendu Dubey, Ayush Nagar,Akshara Nigam
@jaskirat2000

Implement Slack invitation

As of now after writing the email id and clicking on join us does not do anything.
Make it functional so that a user when inputs his/her email id and click the join us button they are sent the slack invitation.

slack-invite-screenshot

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.