Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opencodeiiita/forum-frontend-web
The frontend repository for the Forum Web App designed for the students of IIITA to ask questions, doubts and share their experiences.
https://github.com/opencodeiiita/forum-frontend-web
opencode22 reactjs tailwindcss
Last synced: 19 days ago
JSON representation
The frontend repository for the Forum Web App designed for the students of IIITA to ask questions, doubts and share their experiences.
- Host: GitHub
- URL: https://github.com/opencodeiiita/forum-frontend-web
- Owner: opencodeiiita
- License: mit
- Created: 2022-12-12T18:21:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T14:36:02.000Z (about 2 years ago)
- Last Synced: 2023-07-01T19:23:38.721Z (over 1 year ago)
- Topics: opencode22, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 8
- Watchers: 4
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forum-Frontend-Web πΈοΈ
This is the frontend of the Forum Web App. It is a discussion forum designed for the students of IIITA to ask questions, share their experiences and to know what their peeps are up to.## Built With π οΈ
- [React.js](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)## Contribution Guidelines βοΈ
1. Claim Issues: It doesn't matter whether you know how to solve it. Don't look out for issues you know how to solve, but rather ones you don't know how to solve! This will be your opening door to learning something new. πͺ
2. Issues will be assigned on a first come first serve basis. Decision of the mentor prevails while assigning issues to encourage participation. If you want to solve an issue, comment βI want to work on this issue/ Please assign this issue to meβ after which the issue will be assigned by the mentor. βοΈ
3. Solve Issues: After claiming the issue, now it's the time to explore ways on how to proceed. Mentors and Google will be to your rescue here. Take advantage of both to the most and join GeekHaven's Discord server. π¨βπ»
4. Open a Pull Request: After reading everything on the internet ever written and those to be written in future and completing the task, it's the time to open your PR. Contributors are requested to follow the PR template. π
5. Don't forget to look out for Special Instructions that might be mentioned in the issue description. π
6. After spending another sleepless night to see your pr getting merged it's enjoy that "I love Programming" feeling! π€© π»## Getting Started π
### Get the Dependencies
In order to run this app, you will need to have npm or yarn installed on your local machine. You can download npm from [here](https://www.npmjs.com/get-npm) and yarn from [here](https://classic.yarnpkg.com/en/docs/install/#windows-stable).Then, run the following command to install all the dependencies:
`npm install`
or
`yarn install`### Run the development server:
`npm run start`
or
`yarn start`Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn More π
To learn more about React.js, take a look at the following resources:[React.js Documentation](https://reactjs.org/docs/getting-started.html)- learn about React.js features and API.
[Learn React.js](https://reactjs.org/docs/react-api.html) - an interactive React.js tutorial.
You can check out the React.js GitHub repository - your feedback and contributions are welcome!