Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniketpatidar/code-challenges
Test your knowledge with code challenges based on real-world technical problems. A Full-Stack Web Application with React and Ruby on Rails.
https://github.com/aniketpatidar/code-challenges
code-challenges crud fullstack-development react ruby ruby-on-rails user-authentication
Last synced: 13 days ago
JSON representation
Test your knowledge with code challenges based on real-world technical problems. A Full-Stack Web Application with React and Ruby on Rails.
- Host: GitHub
- URL: https://github.com/aniketpatidar/code-challenges
- Owner: aniketpatidar
- Created: 2024-06-23T19:55:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-04T20:41:07.000Z (4 months ago)
- Last Synced: 2024-10-11T04:43:07.662Z (about 1 month ago)
- Topics: code-challenges, crud, fullstack-development, react, ruby, ruby-on-rails, user-authentication
- Language: Ruby
- Homepage:
- Size: 983 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Challenges
## Achieve mastery by challenging yourself with small coding exercises that are crafted to help you strengthen different coding techniques.
A full-stack web application built with React and Ruby on Rails. The application allows users to log in, log out, and view various coding challenges. Challenges can be categorized as upcoming, ongoing, or completed. Users can participate in these challenges, while admin users have the ability to add new challenges and evaluate user submissions.## Features
- [x] User Authentication: Log in and log out.
- [x] View Challenges: Browse through all challenges categorized as upcoming, ongoing, or completed.
- [ ] Participate in Challenges: Users can take part in ongoing challenges.
- [ ] Admin Capabilities:
- [x] Add New Challenges: Admin users can create new challenges.
- [ ] Evaluate Submissions: Admin users can evaluate user submissions for challenges.## Application Screenshots
### Registration Page
![Register](frontend/src/assets/register.png)### Login Page
![Login](frontend/src/assets/login.png)### Active Challenges
![Active Challenge](frontend/src/assets/active_challenge.png)### Upcoming Challenges
![Upcoming Challenge](frontend/src/assets/upcoming_challenge.png)### Challenge Details
![Challenge](frontend/src/assets/challenge_show.png)