- This project is developed during Postman Hacktoberfest using API First Approach
- This repository represents the client side code consisting of various attractive UI pages where we can add a contestant, upvote it, view his/her full details,update his/her info and delete the contestant.
- ReactJs
- NodeJS
Go to your command line and execute the following commands
git clone https://github.com/Omkar-0405/hacktoberfest21-website-starter
npm install
npm start
Roshni Chauhan,Omkar Bhambure ,Krushna Dahake
Link: https://stupefied-austin-40197c.netlify.app/
You have chosen to build a website!
You can use ANY tech stack you like to build your website, as long as you deploy it.
Your website should fulfill at least these 5 user stories that consume the Halloween Costume Contest API:
- As a user, I can view all contestants' costume images in some kind of list
- As a user, I can view all details about a single contestant
- As a user, I can upvote individual contestants
- As a user, I can add a contestant
- As an user on a secret page, I can delete contestants
You can of course add other features, such as a secret page for updating contestant details, or a map displaying where each contestant is from, etc.
The design is all up to you! Be creative and have fun 🎨😎
First, in Postman, fork this mock server we have prepared. It will allow you to make real API requests to get realistic fake data.
In Postman, a Mock Server is a real server that sends faked data. It allows frontend teams to write code that calls an API and gets realistic responses, without having to wait for the backend team to actually build the API! This is the API-First Way 😎
Fill out this form
Click the "Fork" button at the top-right of this repository. This will create a copy of the repo in your GitHub account.
*Note: if you are working in a team, only one person needs to fork this repo. That person will be the Maintainer. They can add teammates as collaborators on the repo.
If you would like anyone's pull requests in your repo to count toward DigitalOcean's Hacktoberfest, you will need to opt-in by adding the topic hacktoberfest
to your repo.
In the "About" section in the upper-right of the repo, click the Settings icon. Add hacktoberfest
to the Topics field, then click "Save Changes"
Clone the forked GitHub repo locally to your computer so you can start writing code.
You will need to have git installed on your computer
Fork this mock server collection to your own workspace.
Learn how to use Postman mockservers in this video:


When adding new changes and features to your website, be sure to make new git branches. When you are ready to add these changes into the main project, you can push the changes to the main GitHub repo, and any of the repo Maintainers can approve it and merge it in.
If you are registered for Digital Ocean's Hacktoberfest, if 4 of your pull requests are approved in the month of October you are eligible to be sent a free limited edition T-Shirt.
If you are new to git, watch these videos to learn:
There are many solutions for hosting your website publicly for free. If you aren't sure which to use, try one of these:
See more free hosting solutions on this page
Submit this form once you've deployed a website that covers the 5 user stories.
We will check that your website covers the user stories, and enter you in the prize raffle! All completed projects will be featured in the Postman blog and Postman Student Newsletter.
Get help in the Postman Student Community Discord server! Ask questions in the #hacktoberfest-frontend
channel, or join us at Office Hours.