Giter Site home page Giter Site logo

girlmeetup's Introduction

Hi there ๐Ÿ‘‹


I'm Chehak

Myself Chehak Agrawal, a pre-final year undergraduate pursuing B.Tech (Software Engineering) from Delhi Technological University, Delhi.
A Full-Stack Web Developer and a Programmer




Languages and Tools: ๐Ÿ›  GIF


GitHub-Statusย GitHub Stats... ๐Ÿ“ˆ

GitHub Status Most Used Languages




๐Ÿ”ญ You have finally discovered my Github profile!!
Thanks for stopping by!

girlmeetup's People

Contributors

chehak123 avatar harshita2216 avatar ineffable23 avatar karunkarthik-git avatar luckykumarirai avatar nilisha-jais avatar nishant23122000 avatar niveditha18 avatar pawki07 avatar sloth-panda avatar swatilekha-roy avatar tusharjain0022 avatar

Stargazers

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

Watchers

 avatar  avatar

girlmeetup's Issues

Register bug

i found one register issue
Whenever new user register in website and click register button then our backend POST /register execute

User.register(
new User({
username: req.body.username,
name: req.body.name,
}),
req.body.password,
function (err, user) {
if (err) {
console.log(err);
res.render("register");
}
passport.authenticate("local")(req, res, function () {
console.log(req.baseUrl);
res.redirect("/" + "#login_new_user");
});
}
);

res.render("index");
}

Database take some time to validate user and due to asynchronous behaviour of JS the last line res.render("index") execute first and will give EJS error

Solution:
we can remove res.render("index") and replace res.redirect("/" + "#login_new_user"); with res.redirect("/")

Add Issue and PR Tempalte

Would like to add issue and pr templates to these project that will basically explain the type of issue and its description and also the type of pr the set of checklist that it obeys and its description

Kindly assign this to me as a part of Cross-Woc. I would love to do it

Features suggestions (open for all)

This is an issue open for suggestions from you all regarding features which can be added to the project and make it attractive and innovative.

Adding crosswoc banner to the readme file of the repo

I wlill add banner of crosswoc to the readme file.
Moreover, I will associate link of the crosswoc website to its banner such that, if someone clicks the banner on readme file, it will redirect them to the website of crosswoc.

Add an option to add new opportunities

A person who wants to add new opportunity should fill the following sections and the opportunity must be posted

  1. Opportunity name
  2. Description
  3. Website link

After filling these options a card should be created as per original layout.

Integrate Welcome Bot

I can add a welcome bot config file having a proper message that will show up when any user will open up an issue or pull-request for the first time.
For reference, check out: https://github.com/apps/welcome

Please assign it to me as a part of Cross Woc.

Design a blog page

This page would contain experiences of different people who were a part of the scholarship programs and a comment section for those who need to ask some doubts.
This can also include some related youtube videos.

Enhance Readme.md

  1. Add some gifs, and make it more attractive and innovative
  2. Add a section of project contributors
  3. Add the list of open source organisations this project has been part of
  4. Add the tech stack of the project.
  5. Add the logo and screenshots of the mainpage

Design Scholarship page

This page would list

  1. scholarship programs
  2. Important Coding contests like codejam I/o
  3. Hackathons especially for women
  4. Other related opportunities

Each of them must be listed under different sections.

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.